Skip to content

Commit

Permalink
REL: set version to 1.7.0 'final'
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerjereddy committed Jun 19, 2021
1 parent a022547 commit 44e31b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
MICRO = 0
ISRELEASED = True
IS_RELEASE_BRANCH = True
VERSION = '%d.%d.%drc2' % (MAJOR, MINOR, MICRO)
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)


# Return the git revision as a string
Expand Down

0 comments on commit 44e31b1

Please sign in to comment.