setting version in python script to "dev", it will be changed by setup.py

This commit is contained in:
Mattias Andrée 2012-08-26 00:42:55 +02:00
parent 8a547fe0a7
commit fadd12d7ba

View file

@ -33,7 +33,7 @@ from subprocess import Popen, PIPE
'''
The version of ponysay
'''
VERSION = '2.3'
VERSION = 'dev'
'''