Skip to content

Commit

Permalink
REL: set version to 1.6.0rc2
Browse files Browse the repository at this point in the history
* set version to `1.6.0rc2` unreleased
  • Loading branch information
tylerjereddy committed Dec 11, 2020
1 parent 2886c7f commit 2e4c610
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -56,8 +56,8 @@
MAJOR = 1
MINOR = 6
MICRO = 0
ISRELEASED = True
VERSION = '%d.%d.%drc1' % (MAJOR, MINOR, MICRO)
ISRELEASED = False
VERSION = '%d.%d.%drc2' % (MAJOR, MINOR, MICRO)


# Return the git revision as a string
Expand Down

0 comments on commit 2e4c610

Please sign in to comment.