From fadd12d7bae4ccffa88181047061a851448d186d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mattias=20Andr=C3=A9e?= Date: Sun, 26 Aug 2012 00:42:55 +0200 Subject: [PATCH] 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 ccdd244a..6b4cfdec 100755 --- a/ponysay +++ b/ponysay @@ -33,7 +33,7 @@ from subprocess import Popen, PIPE ''' The version of ponysay ''' -VERSION = '2.3' +VERSION = 'dev' '''