Skip to content

Commit

Permalink
reset version number to start work on next release (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
edaub authored Aug 7, 2020
1 parent 78fc2ae commit b959693
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 @@ -2,9 +2,9 @@

# version information
MAJOR = 0
MINOR = 3
MINOR = 4
MICRO = 0
PRERELEASE = 16
PRERELEASE = 0
ISRELEASED = False
version = "{}.{}.{}".format(MAJOR, MINOR, MICRO)

Expand Down

0 comments on commit b959693

Please sign in to comment.