summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorHernan Grecco <hernan.grecco@gmail.com>2013-12-17 18:59:04 -0300
committerHernan Grecco <hernan.grecco@gmail.com>2013-12-17 18:59:04 -0300
commit619b95ee13f82560c3cd596095bcd606ba0277ae (patch)
tree8a950a317f142281616996d982aedf86c9e5aa17 /setup.py
parent13b74c997d68d274a8b8da01072b7c2970ea9e13 (diff)
downloadpint-619b95ee13f82560c3cd596095bcd606ba0277ae.tar.gz
Preparing release 0.40.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 b58f55c..bbf00af 100644
--- a/setup.py
+++ b/setup.py
@@ -27,7 +27,7 @@ __doc__ = long_description
setup(
name='Pint',
- version='0.4.dev0',
+ version='0.4',
description='Physical quantities module',
long_description=long_description,
keywords='physical quantities unit conversion science',