Skip to content

Commit 0f51e32

Browse files
committed
update version
1 parent 7e27781 commit 0f51e32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

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

0 commit comments

Comments
 (0)