Skip to content
Snippets Groups Projects
Commit 3478dc24 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Include islpy version in data model version (because of cffi switch affecting pickles)

parent 7c5cd804
No related branches found
No related tags found
No related merge requests found
......@@ -25,4 +25,6 @@ VERSION = (2014, 1)
VERSION_STATUS = ""
VERSION_TEXT = ".".join(str(x) for x in VERSION) + VERSION_STATUS
DATA_MODEL_VERSION = "v8"
import islpy.version
DATA_MODEL_VERSION = "v8-islpy%s" % islpy.version.VERSION_TEXT
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment