Bump up version.

This commit is contained in:
Bastian Kleineidam 2012-04-09 11:54:20 +02:00
parent 29bebdd10c
commit 822b650c79
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
0.16 "" (released xx.xx.2012)
0.15 "Contraband" (released 8.4.2012)
* Print help when unknown options are given.

View File

@ -25,7 +25,7 @@ import os
from distutils.core import setup
AppName = "patool"
AppVersion = "0.15"
AppVersion = "0.16"
MyName = "Bastian Kleineidam"
MyEmail = "calvin@users.sourceforge.net"