Bump up version.

This commit is contained in:
Bastian Kleineidam 2010-11-20 21:06:07 +01:00
parent 04eef7301d
commit cc0e90648f
2 changed files with 4 additions and 1 deletions

View File

@ -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.

View File

@ -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"