diff options
author | Travis Oliphant <oliphant@enthought.com> | 2005-11-29 09:49:22 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2005-11-29 09:49:22 +0000 |
commit | 56c7f033e60379228c88c09fce0fec137a26c4c0 (patch) | |
tree | 55eebc2492c093d76f459d9e3a1e0018354b7007 /scipy/core_version.py | |
parent | 25a5a74415005f887c51eac99a81ac16c12ec41e (diff) | |
download | numpy-56c7f033e60379228c88c09fce0fec137a26c4c0.tar.gz |
Removed print statement and added CastScalarToCtype function.
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 e4aecefd9..2ba68796a 100644 --- a/scipy/core_version.py +++ b/scipy/core_version.py @@ -1,4 +1,4 @@ -version='0.7.3' +version='0.7.4' import os svn_version_file = os.path.join(os.path.dirname(__file__), |