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 c5c5c5e commit 1f10c05Copy full SHA for 1f10c05
setup.py
@@ -74,7 +74,7 @@
74
PLATFORMS = ["Linux", "Mac OS-X", "Unix"]
75
MAJOR = 2
76
MINOR = 0
77
-MICRO = 4
+MICRO = 5
78
ISRELEASED = False
79
VERSION = f"{int(MAJOR)}.{int(MINOR)}.{int(MICRO)}"
80
SCRIPTS = glob.glob("scripts/*")
0 commit comments