Skip to content

Commit

Permalink
Post-release version bump. (#942)
Browse files Browse the repository at this point in the history
  • Loading branch information
corranwebster authored Apr 28, 2022
1 parent 3c41e4b commit 3097725
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 @@ -22,10 +22,10 @@
from setuptools.command.install import install as base_install

MAJOR = 5
MINOR = 3
MINOR = 4
MICRO = 0
PRERELEASE = ""
IS_RELEASED = True
IS_RELEASED = False

# Templates for version strings.
RELEASED_VERSION = "{major}.{minor}.{micro}{prerelease}"
Expand Down

0 comments on commit 3097725

Please sign in to comment.