summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerhard Weis <g.weis@griffith.edu.au>2014-11-07 05:17:43 +1000
committerGerhard Weis <g.weis@griffith.edu.au>2014-11-07 05:17:43 +1000
commitaf2f62b43e89f6c80faf34fbc23892d2b91255c6 (patch)
tree26dd34c9338d73f3157fc254a3cd7b2b4e5b6304
parent7e646fbbea62422ec2544ae5f382b01cb7005738 (diff)
downloadisodate-af2f62b43e89f6c80faf34fbc23892d2b91255c6.tar.gz
bump to 0.5.2-dev
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 9ab0855..2e1a519 100644
--- a/setup.py
+++ b/setup.py
@@ -46,7 +46,7 @@ def read(*rnames):
return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
setup(name='isodate',
- version='0.5.1',
+ version='0.5.2-dev',
packages=['isodate', 'isodate.tests'],
package_dir={'': 'src'},