diff --git a/docs/source/conf.py b/docs/source/conf.py index 6958d1a0..eafd0951 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.1.1' +release = '0.1.2' # -- General configuration --------------------------------------------------- diff --git a/setup.cfg b/setup.cfg index 7e429878..9cf60c51 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = ospx -version = 0.1.1 +version = 0.1.2 summary = Extension package to farn, adding support to build OSP simulation cases using FMUs description = Extension package to farn , adding support to build OSP (co-)simulation cases using functional mockup units (FMUs). long_description = file: README.md