Skip to content

Commit

Permalink
Set to v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
evhub committed Mar 1, 2024
1 parent d0acf3d commit 77ce54c
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.4"
VERSION = "3.1.0"
VERSION_NAME = None
# False for release, int >= 1 for develop
DEVELOP = 22
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 77ce54c

Please sign in to comment.