Bump up version
This commit is contained in:
parent
a6c723eddc
commit
6b7a339b30
|
@ -1,3 +1,7 @@
|
||||||
|
0.4 "" (released xx.xx.2010)
|
||||||
|
|
||||||
|
* Improved listing of available archive formats.
|
||||||
|
|
||||||
0.3 "Management" (released 23.2.2010)
|
0.3 "Management" (released 23.2.2010)
|
||||||
|
|
||||||
* Better test if encodings of archive commands are supported
|
* Better test if encodings of archive commands are supported
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -26,7 +26,7 @@ import os
|
||||||
from distutils.core import setup
|
from distutils.core import setup
|
||||||
|
|
||||||
AppName = "patool"
|
AppName = "patool"
|
||||||
AppVersion = "0.3"
|
AppVersion = "0.4"
|
||||||
MyName = "Bastian Kleineidam"
|
MyName = "Bastian Kleineidam"
|
||||||
MyEmail = "calvin@users.sourceforge.net"
|
MyEmail = "calvin@users.sourceforge.net"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue