Skip to content

Commit

Permalink
version up
Browse files Browse the repository at this point in the history
  • Loading branch information
ummae committed Jul 2, 2020
1 parent ce7df17 commit ee5dd52
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 @@ -25,8 +25,8 @@
n2_shared_object = n2.__file__

MAJOR = 1
MINOR = 1
MICRO = 2
MINOR = 2
MICRO = 0
Release = True
STAGE = {True: '', False: 'b'}.get(Release)
VERSION = f'{MAJOR}.{MINOR}.{MICRO}{STAGE}'
Expand Down

0 comments on commit ee5dd52

Please sign in to comment.