summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorGerhard Weis <g.weis@griffith.edu.au>2015-08-06 08:59:06 +1000
committerGerhard Weis <g.weis@griffith.edu.au>2015-08-06 08:59:06 +1000
commitb99c0bd318991a8a8a9dc0c5273800b9801428f6 (patch)
tree1627d49ba02eb1422d088de4fa07754630bf677a /setup.py
parente77e841abd0146c57712e8f343c613b85d84a4ba (diff)
downloadisodate-b99c0bd318991a8a8a9dc0c5273800b9801428f6.tar.gz
fix rst formatting and make new release0.5.4
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 a3d347f..3fc0075 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.3.dev',
+ version='0.5.4',
packages=['isodate', 'isodate.tests'],
package_dir={'': 'src'},