summaryrefslogtreecommitdiff
path: root/src/api/python
diff options
context:
space:
mode:
authorGereon Kremer <nafur42@gmail.com>2021-10-07 07:51:09 -0700
committerGitHub <noreply@github.com>2021-10-07 14:51:09 +0000
commitbd41ade5f0eee5afe8bc7f6c7c3ca76f1fa296b4 (patch)
treea0195e7bb0daab6fe8ba063bac628ccb1a0acf95 /src/api/python
parent22ab38c4a3bad18129c740968b36af8c378c4294 (diff)
Add new versioning scheme (#7253)
This introduces a new versioning mechanism that allows for better automation.
Diffstat (limited to 'src/api/python')
-rw-r--r--src/api/python/setup.py.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/python/setup.py.in b/src/api/python/setup.py.in
index 7f8783a28..05efa152b 100644
--- a/src/api/python/setup.py.in
+++ b/src/api/python/setup.py.in
@@ -22,7 +22,7 @@
from setuptools import setup
-CVC5_VERSION='${CVC5_MAJOR}.${CVC5_MINOR}.${CVC5_RELEASE}'
+CVC5_VERSION='${CVC5_VERSION}'
setup(name='pycvc5',
version=CVC5_VERSION,
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback