We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74d2934 commit 96f07d1Copy full SHA for 96f07d1
1 file changed
setup.py
@@ -11,8 +11,8 @@
11
# versioning
12
MAJOR = 0
13
MINOR = 0
14
-MICRO = 6
15
-ISRELEASED = True
+MICRO = 7
+ISRELEASED = False
16
VERSION = f"{MAJOR}.{MINOR}.{MICRO}"
17
18
0 commit comments