diff --git a/cpmpy/__init__.py b/cpmpy/__init__.py index 8af95299b..d8c94b101 100644 --- a/cpmpy/__init__.py +++ b/cpmpy/__init__.py @@ -14,7 +14,7 @@ """ # Tias Guns, 2019-2024 -__version__ = "0.9.18" +__version__ = "0.9.19" from .expressions import * diff --git a/docs/conf.py b/docs/conf.py index 11328e77d..d8e519631 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -24,7 +24,7 @@ author = 'Tias Guns' # The full version, including alpha/beta/rc tags -release = '0.9.18' +release = '0.9.19' # variables to be accessed from html html_context = {