diff options
| author | Thomas Green <tomgreen66@hotmail.com> | 2021-11-19 22:32:19 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-19 22:32:19 +0000 |
| commit | 9b5d38b3216ea458de449834ace14e86cd928de2 (patch) | |
| tree | eea134efdc7e4bebe54ba5cba022c2be38505c3c | |
| parent | b57397fd47002ab4959de368264151cbcbc5e759 (diff) | |
| download | numpy-9b5d38b3216ea458de449834ace14e86cd928de2.tar.gz | |
Update setup.py
Revert version forcing.
| -rwxr-xr-x | setup.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -47,7 +47,6 @@ builtins.__NUMPY_SETUP__ = True # The version components are changed from ints to strings, but only VERSION # seems to matter outside of this module and it was already a str. FULLVERSION = versioneer.get_version() -FULLVERSION = "1.22.0" # Capture the version string: # 1.22.0.dev0+ ... -> ISRELEASED == False, VERSION == 1.22.0 |
