Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
iggy.lee committed Nov 25, 2019
1 parent 041ee7a commit 7578b72
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 = 0
MICRO = 10
MINOR = 1
MICRO = 0
Release = True
STAGE = {True: '', False: 'b'}.get(Release)
VERSION = f'{MAJOR}.{MINOR}.{MICRO}{STAGE}'
Expand Down

0 comments on commit 7578b72

Please sign in to comment.