Skip to content

Commit

Permalink
bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
glyg committed Jan 28, 2021
1 parent 63562a0 commit 23e3c5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
# Thanks to them!
MAJOR = 0
MINOR = 8
MICRO = 0
MICRO = 1
ISRELEASED = True
VERSION = "%d.%d.%s" % (MAJOR, MINOR, MICRO)

Expand Down
2 changes: 1 addition & 1 deletion setup_noarch.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
## Thanks to them!
MAJOR = 0
MINOR = 8
MICRO = 0
MICRO = 1
ISRELEASED = True
VERSION = "%d.%d.%s" % (MAJOR, MINOR, MICRO)

Expand Down

0 comments on commit 23e3c5f

Please sign in to comment.