diff options
author | Mattias Andrée <maandree@operamail.com> | 2012-08-20 21:46:52 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2012-08-20 21:46:52 +0200 |
commit | 6b84680fa369c68267cc303f14e467b0838cc127 (patch) | |
tree | ddd74e3585ff148654819efeb766c2d5b22cadd1 /ponysay | |
parent | a7c30368ba88ecad6a54b8c4408e5bbc7445a83f (diff) | |
download | ponysay-6b84680fa369c68267cc303f14e467b0838cc127.tar.gz ponysay-6b84680fa369c68267cc303f14e467b0838cc127.tar.bz2 ponysay-6b84680fa369c68267cc303f14e467b0838cc127.zip |
m misc
Diffstat (limited to 'ponysay')
-rwxr-xr-x | ponysay | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ from subprocess import Popen, PIPE ''' The version of ponysay ''' -VERSION = '2.1' +VERSION = '2.1.1' ''' |