Skip to content

Commit

Permalink
pre release
Browse files Browse the repository at this point in the history
  • Loading branch information
ummae committed Sep 6, 2019
1 parent 23e7797 commit 804804f
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 @@ -26,8 +26,8 @@

MAJOR = 1
MINOR = 0
MICRO = 8
Release = True
MICRO = 9
Release = False
STAGE = {True: '', False: 'b'}.get(Release)
VERSION = f'{MAJOR}.{MINOR}.{MICRO}{STAGE}'
STATUS = {False: 'Development Status :: 4 - Beta',
Expand Down

0 comments on commit 804804f

Please sign in to comment.