Skip to content

Commit

Permalink
Prepare for v3.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
evhub committed May 29, 2023
1 parent 5605b80 commit 5ca9eb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions coconut/root.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
# VERSION:
# -----------------------------------------------------------------------------------------------------------------------

VERSION = "3.0.1"
VERSION = "3.0.2"
VERSION_NAME = None
# False for release, int >= 1 for develop
DEVELOP = 15
DEVELOP = False
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 5ca9eb5

Please sign in to comment.