summaryrefslogtreecommitdiff
path: root/numpy/version.py
diff options
context:
space:
mode:
authorTravis Oliphant <oliphant@enthought.com>2006-02-17 06:54:56 +0000
committerTravis Oliphant <oliphant@enthought.com>2006-02-17 06:54:56 +0000
commit2aba0e2b842867f7d5c5bb48be1b15e709903828 (patch)
treebdfda6a846a4361929de38ce3b4a233a75245f03 /numpy/version.py
parent54524a9b6d8db1194dc8644250c66943102b7858 (diff)
downloadnumpy-2aba0e2b842867f7d5c5bb48be1b15e709903828.tar.gz
Upgrade version number of trunk and add 'math'
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 bddb6f6a2..3ec9ded00 100644
--- a/numpy/version.py
+++ b/numpy/version.py
@@ -1,4 +1,4 @@
-version='0.9.5'
+version='0.9.6'
import os
svn_version_file = os.path.join(os.path.dirname(__file__),