We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 175c657 commit c377a6bCopy full SHA for c377a6b
setup.py
@@ -74,7 +74,7 @@
74
PLATFORMS = ["Linux", "Mac OS-X", "Unix"]
75
MAJOR = 2
76
MINOR = 1
77
-MICRO = 1
+MICRO = 2
78
ISRELEASED = False
79
VERSION = f"{int(MAJOR)}.{int(MINOR)}.{int(MICRO)}"
80
SCRIPTS = glob.glob("scripts/*")
0 commit comments