Skip to content

Commit

Permalink
REL: NumPy 1.20.0rc2 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
charris committed Dec 25, 2020
1 parent fc39aa8 commit 21e48ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
MAJOR = 1
MINOR = 20
MICRO = 0
ISRELEASED = False
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
ISRELEASED = True
VERSION = '%d.%d.%drc2' % (MAJOR, MINOR, MICRO)

# The first version not in the `Programming Language :: Python :: ...` classifiers above
if sys.version_info >= (3, 10):
Expand Down

0 comments on commit 21e48ca

Please sign in to comment.