summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Green <tomgreen66@hotmail.com>2021-11-19 22:32:19 +0000
committerGitHub <noreply@github.com>2021-11-19 22:32:19 +0000
commit9b5d38b3216ea458de449834ace14e86cd928de2 (patch)
treeeea134efdc7e4bebe54ba5cba022c2be38505c3c
parentb57397fd47002ab4959de368264151cbcbc5e759 (diff)
downloadnumpy-9b5d38b3216ea458de449834ace14e86cd928de2.tar.gz
Update setup.py
Revert version forcing.
-rwxr-xr-xsetup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 68d074a9c..703fe79e1 100755
--- a/setup.py
+++ b/setup.py
@@ -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