diff options
author | Travis Oliphant <oliphant@enthought.com> | 2006-07-27 18:57:34 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2006-07-27 18:57:34 +0000 |
commit | 1d012e6f1b180b93e51b886d1c51699b1a429995 (patch) | |
tree | 76160a72045d757a12794b8484b583fd877081a8 /numpy/version.py | |
parent | e26746784e19748784d69707e3f587ad3612d6a0 (diff) | |
download | numpy-1d012e6f1b180b93e51b886d1c51699b1a429995.tar.gz |
Last version change.
Diffstat (limited to 'numpy/version.py')
-rw-r--r-- | numpy/version.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/version.py b/numpy/version.py index 4f24c1228..f95f9d27f 100644 --- a/numpy/version.py +++ b/numpy/version.py @@ -9,4 +9,4 @@ if os.path.isfile(svn_version_file): open(svn_version_file), svn_version_file, ('.py','U',1)) - version += '.dev-r'+svn.version + version += '.dev'+svn.version |