We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 034d75e commit b32d0c5Copy full SHA for b32d0c5
2 files changed
VERSION
@@ -1 +1 @@
1
-0.2.5
+0.3.0
setup.py
@@ -27,7 +27,7 @@
27
setup(
28
name="lhafile",
29
packages=["lhafile"],
30
- version="0.2.5",
+ version="0.3.0",
31
description="LHA archive support for Python",
32
long_description="""\
33
A python package that handles .lha archives, with an interface similar to the
0 commit comments