summaryrefslogtreecommitdiff
path: root/numpy/version.py
diff options
context:
space:
mode:
authorTravis Oliphant <oliphant@enthought.com>2006-01-22 05:52:32 +0000
committerTravis Oliphant <oliphant@enthought.com>2006-01-22 05:52:32 +0000
commitd297382e0024174d463d7b03ef57525bf687104c (patch)
tree8b2d6592c38f0288c82d0bf8139a1c6af7ec7e6b /numpy/version.py
parentf32a4e4d4836da7cf9e43f7b14e31a3922713b35 (diff)
downloadnumpy-d297382e0024174d463d7b03ef57525bf687104c.tar.gz
Bumped up version after release.
Diffstat (limited to 'numpy/version.py')
-rw-r--r--numpy/version.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/version.py b/numpy/version.py
index 3427faf10..bddb6f6a2 100644
--- a/numpy/version.py
+++ b/numpy/version.py
@@ -1,4 +1,4 @@
-version='0.9.4'
+version='0.9.5'
import os
svn_version_file = os.path.join(os.path.dirname(__file__),