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 bdf64a9 commit c27eed5Copy full SHA for c27eed5
coconut/root.py
@@ -26,7 +26,7 @@
26
VERSION = "3.2.0"
27
VERSION_NAME = None
28
# False for release, int >= 1 for develop
29
-DEVELOP = False
+DEVELOP = 1
30
ALPHA = False # for pre releases rather than post releases
31
32
assert DEVELOP is False or DEVELOP >= 1, "DEVELOP must be False or an int >= 1"
0 commit comments