Skip to content

Commit

Permalink
Reenable develop
Browse files Browse the repository at this point in the history
  • Loading branch information
evhub committed Jun 9, 2024
1 parent ac70b14 commit e5f5122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coconut/root.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
VERSION = "3.1.1"
VERSION_NAME = None
# False for release, int >= 1 for develop
DEVELOP = False
DEVELOP = 1
ALPHA = False # for pre releases rather than post releases

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

0 comments on commit e5f5122

Please sign in to comment.