summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2020-07-21 11:57:15 -0600
committerCharles Harris <charlesr.harris@gmail.com>2020-07-21 11:57:15 -0600
commit13661ac7002a6b39072e616c19ff43daaec60f7e (patch)
treeb891d89eac1e85ae6819414b003706f984d93521
parente57f23c9890d6a13fb197dc53d334a5058d0b5d3 (diff)
downloadnumpy-1.19.1.tar.gz
REL: NumPy 1.19.1 release.v1.19.1
-rwxr-xr-xsetup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index a7c6eb9c3..cb435acbc 100755
--- a/setup.py
+++ b/setup.py
@@ -56,7 +56,7 @@ Operating System :: MacOS
MAJOR = 1
MINOR = 19
MICRO = 1
-ISRELEASED = False
+ISRELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
@@ -189,7 +189,7 @@ def check_submodules():
for line in status.splitlines():
if line.startswith('-') or line.startswith('+'):
raise ValueError('Submodule not clean: {}'.format(line))
-
+
class concat_license_files():