diff options
author | Travis Oliphant <oliphant@enthought.com> | 2005-11-12 10:24:39 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2005-11-12 10:24:39 +0000 |
commit | 7cbb2fcfc19c66f6470f7a24c8de4968263cf29c (patch) | |
tree | 003f8b3cb490476b1b2514b0ae0bad89b16ba6ca /scipy/core_version.py | |
parent | ffa70cdb23d58eb7fb45bb73bfb4bad2d88ae852 (diff) | |
download | numpy-7cbb2fcfc19c66f6470f7a24c8de4968263cf29c.tar.gz |
Added a few features to the C-API
Diffstat (limited to 'scipy/core_version.py')
-rw-r--r-- | scipy/core_version.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scipy/core_version.py b/scipy/core_version.py index f2a9e4baf..0e1332ba6 100644 --- a/scipy/core_version.py +++ b/scipy/core_version.py @@ -1,4 +1,4 @@ -version='0.6.0' +version='0.6.1' import os svn_version_file = os.path.join(os.path.dirname(__file__), |