diff --git a/docs/source/conf.py b/docs/source/conf.py index 4222742..3d10351 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -10,7 +10,7 @@ project = "tSimCNE" copyright = "2023, Nik Böhm" author = "Nik Böhm" -release = "0.3.10" +release = "0.3.11" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/tsimcne/__init__.py b/tsimcne/__init__.py index 6e67bdf..c610570 100644 --- a/tsimcne/__init__.py +++ b/tsimcne/__init__.py @@ -1,3 +1,3 @@ from .tsimcne import PLtSimCNE, TSimCNE -__version__ = "0.3.10" +__version__ = "0.3.11"