summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorGerhard Weis <g.weis@griffith.edu.au>2017-10-13 19:27:29 +1000
committerGerhard Weis <g.weis@griffith.edu.au>2017-10-13 19:27:29 +1000
commitce635a7a483effb3fc246721cfb5a8a7b5174ab5 (patch)
tree0294137de494942d6561cabab494188a0fcf6bda /setup.py
parentba47c353096e0b13c8ed348c4c34c09411e5f31b (diff)
downloadisodate-ce635a7a483effb3fc246721cfb5a8a7b5174ab5.tar.gz
bump version
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 d332e92..99edf7f 100644
--- a/setup.py
+++ b/setup.py
@@ -34,7 +34,7 @@ def read(*rnames):
setup(name='isodate',
- version='0.6.0',
+ version='0.6.0.dev',
packages=['isodate', 'isodate.tests'],
package_dir={'': 'src'},