We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8add02e commit d806b11Copy full SHA for d806b11
setup.py
@@ -26,7 +26,7 @@
26
27
MAJOR = 1
28
MINOR = 2
29
-MICRO = 0
+MICRO = 1
30
Release = True
31
STAGE = {True: '', False: 'b'}.get(Release)
32
VERSION = f'{MAJOR}.{MINOR}.{MICRO}{STAGE}'
0 commit comments