Skip to content

Commit

Permalink
Merge pull request #23 from js1010/dev
Browse files Browse the repository at this point in the history
version up
  • Loading branch information
js1010 authored Feb 25, 2021
2 parents c38c5f6 + e558b6f commit 2b94867
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 @@ -34,7 +34,7 @@

MAJOR = 0
MINOR = 0
MICRO = 7
MICRO = 8
RELEASE = True
STAGE = {True: '', False: 'b'}.get(RELEASE)
VERSION = f'{MAJOR}.{MINOR}.{MICRO}{STAGE}'
Expand Down

0 comments on commit 2b94867

Please sign in to comment.