Skip to content

Commit ee5dd52

Browse files
committed
version up
1 parent ce7df17 commit ee5dd52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
n2_shared_object = n2.__file__
2626

2727
MAJOR = 1
28-
MINOR = 1
29-
MICRO = 2
28+
MINOR = 2
29+
MICRO = 0
3030
Release = True
3131
STAGE = {True: '', False: 'b'}.get(Release)
3232
VERSION = f'{MAJOR}.{MINOR}.{MICRO}{STAGE}'

0 commit comments

Comments
 (0)