diff --git a/docs/source/conf.py b/docs/source/conf.py index 3fbed284..caac5ec0 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -23,7 +23,7 @@ author = "Frank Lumpitzsch, Claas Rostock, Seung Hyeon Yoo" # The full version, including alpha/beta/rc tags -release = "0.2.13" +release = "0.2.14" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 0c429d0a..f430b4d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "ospx" -version = "0.2.13" +version = "0.2.14" description = "Extension package to farn, adding support to build OSP simulation cases using FMUs." readme = "README.md" requires-python = ">= 3.9"