mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-25 05:47:59 +01:00
setting version in python script to "dev", it will be changed by setup.py
This commit is contained in:
parent
8a547fe0a7
commit
fadd12d7ba
1 changed files with 1 additions and 1 deletions
2
ponysay
2
ponysay
|
@ -33,7 +33,7 @@ from subprocess import Popen, PIPE
|
|||
'''
|
||||
The version of ponysay
|
||||
'''
|
||||
VERSION = '2.3'
|
||||
VERSION = 'dev'
|
||||
|
||||
|
||||
'''
|
||||
|
|
Loading…
Reference in a new issue