diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2020-08-19 08:23:04 -0600 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2020-08-22 14:33:35 -0600 |
commit | 8a6bcbcfe8db6cf2fd784631b480d5865077ad98 (patch) | |
tree | cd2412aad2cfdb30f34f3a327e50ec62a45b1876 /numpy/f2py/common_rules.py | |
parent | 0bd548e287b9e2fd0126f64d8be01a812e3c6a48 (diff) | |
download | numpy-8a6bcbcfe8db6cf2fd784631b480d5865077ad98.tar.gz |
MAINT: Use numpy version for f2py version.
Because f2py is released as part of numpy, the old svn versioning
no longer makes sense and it was decided to use the numpy version
instead.
Diffstat (limited to 'numpy/f2py/common_rules.py')
-rw-r--r-- | numpy/f2py/common_rules.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/numpy/f2py/common_rules.py b/numpy/f2py/common_rules.py index 90483e55b..937d8bc72 100644 --- a/numpy/f2py/common_rules.py +++ b/numpy/f2py/common_rules.py @@ -13,8 +13,6 @@ $Date: 2005/05/06 10:57:33 $ Pearu Peterson """ -__version__ = "$Revision: 1.19 $"[10:-1] - from . import __version__ f2py_version = __version__.version |