Bump up version

This commit is contained in:
Bastian Kleineidam 2010-03-01 16:21:13 +01:00
parent a6c723eddc
commit 6b7a339b30
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
0.4 "" (released xx.xx.2010)
* Improved listing of available archive formats.
0.3 "Management" (released 23.2.2010)
* Better test if encodings of archive commands are supported

View File

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