Skip to content

Commit d806b11

Browse files
committed
version up
1 parent 8add02e commit d806b11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

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

0 commit comments

Comments
 (0)