Skip to content

Commit b20f114

Browse files
committed
Version 0.2.2a0 includes bugfixes to constraint generation and encodings.
1 parent fd898b0 commit b20f114

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

scipplan/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
__version__ = "0.2.1alpha0"
1+
__version__ = "0.2.2alpha0"
22
print(f"SCIPPlan Version: {__version__}")
3-
__release__ = "v0.2.1a0"
3+
__release__ = "v0.2.2a0"
44
__author__ = "Ari Gestetner, Buser Say"
5-
__email__ = "ari.gestetner@monash.edu, buser.say@monash.edu"
5+
__email__ = "ari.gestetner@monash.edu, buser.say@monash.edu"

0 commit comments

Comments
 (0)