summaryrefslogtreecommitdiff
path: root/numpy/version.py
diff options
context:
space:
mode:
authorTravis Oliphant <oliphant@enthought.com>2006-01-06 02:12:50 +0000
committerTravis Oliphant <oliphant@enthought.com>2006-01-06 02:12:50 +0000
commitc8b5a7e9e0d39c225ac3e590d83ebf869d9c1235 (patch)
tree01c150ee7014c8970c2a7f103be13666595a5ec6 /numpy/version.py
parent9dd16b4b933636baeb28076d73f4bdd7ab006527 (diff)
downloadnumpy-c8b5a7e9e0d39c225ac3e590d83ebf869d9c1235.tar.gz
Fixed error in setflags and added a few unit tests for test_multiarray
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 a67dab5b3..64f7aa11b 100644
--- a/numpy/version.py
+++ b/numpy/version.py
@@ -1,4 +1,4 @@
-version='0.9.2'
+version='0.9.3'
import os
svn_version_file = os.path.join(os.path.dirname(__file__),