summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
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 190cab3..98ce676 100644
--- a/setup.py
+++ b/setup.py
@@ -19,7 +19,7 @@ if sys.version_info < (2, 6):
sys.exit(1)
# TODO - #20 - refactor the way we do versions
-VERSION = '5.0.1'
+VERSION = '5.0.2'
NAME = 'configobj'
MODULES = 'configobj', 'validate'