Bump up version
This commit is contained in:
parent
c647f65a87
commit
f93e24a280
|
@ -1,4 +1,4 @@
|
||||||
0.3 "" (released xx.x.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
|
||||||
(for example .tar.Z needs a decompress program).
|
(for example .tar.Z needs a decompress program).
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -26,7 +26,7 @@ if not (hasattr(sys, 'version_info') or
|
||||||
from distutils.core import setup
|
from distutils.core import setup
|
||||||
|
|
||||||
AppName = "patool"
|
AppName = "patool"
|
||||||
AppVersion = "0.2"
|
AppVersion = "0.3"
|
||||||
MyName = "Bastian Kleineidam"
|
MyName = "Bastian Kleineidam"
|
||||||
MyEmail = "calvin@users.sourceforge.net"
|
MyEmail = "calvin@users.sourceforge.net"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue