summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configobj.py2
-rw-r--r--setup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/configobj.py b/configobj.py
index 1093179..3691978 100644
--- a/configobj.py
+++ b/configobj.py
@@ -78,7 +78,7 @@ tdquot = "'''%s'''"
# Sentinel for use in getattr calls to replace hasattr
MISSING = object()
-__version__ = '5.0.0'
+__version__ = '5.0.1'
try:
any
diff --git a/setup.py b/setup.py
index d9d8445..5e74c30 100644
--- a/setup.py
+++ b/setup.py
@@ -20,7 +20,7 @@ MODULES = 'configobj', 'validate'
DESCRIPTION = 'Config file reading, writing and validation.'
-URL = 'http://https://github.com/DiffSK/configobj'
+URL = 'https://github.com/DiffSK/configobj'
LONG_DESCRIPTION = """**ConfigObj** is a simple but powerful config file reader and writer: an *ini
file round tripper*. Its main feature is that it is very easy to use, with a