Bump up version.
This commit is contained in:
parent
04eef7301d
commit
cc0e90648f
|
@ -1,3 +1,6 @@
|
||||||
|
0.13 "" (released xx.xx.xxxx)
|
||||||
|
|
||||||
|
|
||||||
0.12 "Galaxy Quest" (released 20.11.2010)
|
0.12 "Galaxy Quest" (released 20.11.2010)
|
||||||
|
|
||||||
* Show commands that are run.
|
* Show commands that are run.
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -25,7 +25,7 @@ import os
|
||||||
from distutils.core import setup
|
from distutils.core import setup
|
||||||
|
|
||||||
AppName = "patool"
|
AppName = "patool"
|
||||||
AppVersion = "0.12"
|
AppVersion = "0.13"
|
||||||
MyName = "Bastian Kleineidam"
|
MyName = "Bastian Kleineidam"
|
||||||
MyEmail = "calvin@users.sourceforge.net"
|
MyEmail = "calvin@users.sourceforge.net"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue