Skip to content

Commit

Permalink
REL: 1.8.0 unreleased.
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerjereddy committed Feb 4, 2022
1 parent ea004bd commit 920e27b
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,9 +57,9 @@
MAJOR = 1
MINOR = 8
MICRO = 0
ISRELEASED = True
ISRELEASED = False
IS_RELEASE_BRANCH = True
VERSION = '%d.%d.%drc4' % (MAJOR, MINOR, MICRO)
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)


# Return the git revision as a string
Expand Down

0 comments on commit 920e27b

Please sign in to comment.