diff --git a/docs/source/conf.py b/docs/source/conf.py index a822c05..fe9e76e 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -9,7 +9,7 @@ project = "yace" copyright = "2022-2023, Simon A. F. Lund" author = "Simon A. F. Lund" -release = "0.5.6" +release = "0.5.7" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/src/yace/__init__.py b/src/yace/__init__.py index a779a44..1cc82e6 100644 --- a/src/yace/__init__.py +++ b/src/yace/__init__.py @@ -1 +1 @@ -__version__ = "0.5.6" +__version__ = "0.5.7"