Skip to content

Commit e5f5122

Browse files
committed
Reenable develop
1 parent ac70b14 commit e5f5122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coconut/root.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
VERSION = "3.1.1"
2727
VERSION_NAME = None
2828
# False for release, int >= 1 for develop
29-
DEVELOP = False
29+
DEVELOP = 1
3030
ALPHA = False # for pre releases rather than post releases
3131

3232
assert DEVELOP is False or DEVELOP >= 1, "DEVELOP must be False or an int >= 1"

0 commit comments

Comments
 (0)