summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorGerhard Weis <g.weis@griffith.edu.au>2014-02-23 10:35:34 +1000
committerGerhard Weis <g.weis@griffith.edu.au>2014-02-23 10:35:34 +1000
commit308302303068ecd149957a958c9d71625771c0f9 (patch)
tree2aee62a807ea6476917e32394d0ac8605ccadbe9 /setup.py
parent07029e5b0bd6aef6d89e8d162d6fb488aafbf975 (diff)
downloadisodate-308302303068ecd149957a958c9d71625771c0f9.tar.gz
back to development
fix travis badge
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 7080a54..aa6061d 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.0',
+ version='0.5.1-dev',
packages=['isodate', 'isodate.tests'],
package_dir={'': 'src'},