From fadd12d7bae4ccffa88181047061a851448d186d Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 26 Aug 2012 00:42:55 +0200 Subject: setting version in python script to "dev", it will be changed by setup.py --- ponysay | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ponysay b/ponysay index ccdd244..6b4cfde 100755 --- a/ponysay +++ b/ponysay @@ -33,7 +33,7 @@ from subprocess import Popen, PIPE ''' The version of ponysay ''' -VERSION = '2.3' +VERSION = 'dev' ''' -- cgit