Skip to content

Commit

Permalink
Reenable develop
Browse files Browse the repository at this point in the history
  • Loading branch information
evhub committed Nov 28, 2023
1 parent e8dd479 commit fd327e4
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.0.4"
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 fd327e4

Please sign in to comment.