Skip to content

Commit 0a2e6bc

Browse files
committed
Release 0.6.0: Complete integration OR-Tools
1 parent ffd7e70 commit 0a2e6bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpmpy/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# __version__ = "%d.%d.%d.%s" % VERSION if len(VERSION) == 4 else \
77
# "%d.%d.%d" % VERSION
8-
__version__ = "0.5.3"
8+
__version__ = "0.6.0"
99

1010
from .expressions import *
1111
from .variables import *

0 commit comments

Comments
 (0)