Skip to content

Commit

Permalink
REL: set version to 1.6.0rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerjereddy committed Dec 22, 2020
1 parent 939ecfc commit 86ba0d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -56,7 +56,7 @@
MAJOR = 1
MINOR = 6
MICRO = 0
ISRELEASED = False
ISRELEASED = True
VERSION = '%d.%d.%drc2' % (MAJOR, MINOR, MICRO)


Expand Down

0 comments on commit 86ba0d0

Please sign in to comment.