We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffd7e70 commit 0a2e6bcCopy full SHA for 0a2e6bc
cpmpy/__init__.py
@@ -5,7 +5,7 @@
5
6
# __version__ = "%d.%d.%d.%s" % VERSION if len(VERSION) == 4 else \
7
# "%d.%d.%d" % VERSION
8
-__version__ = "0.5.3"
+__version__ = "0.6.0"
9
10
from .expressions import *
11
from .variables import *
0 commit comments