summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorLudovico Cavedon <cavedon@debian.org>2010-06-12 16:34:16 -0700
committerLudovico Cavedon <cavedon@debian.org>2010-06-12 16:34:16 -0700
commitb58ade97bde0f26271ebbccf6959bfc5a30a88d2 (patch)
tree3d296c03823ea4806febf3d0d9becb8a90e57671 /setup.py
parent60b2e5ebf0b074436aaec91409d9863d015b9a73 (diff)
Imported Upstream version 0.4
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index c2c477d..736cfa1 100644
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@
from distutils.core import setup
-VERSION = '0.3.2'
+VERSION = '0.4'
setup(name ='iniparse',
version = VERSION,