From a04ec49ae2d50af63bf6b2b9a058059553a6a093 Mon Sep 17 00:00:00 2001 From: Claas Date: Wed, 28 Sep 2022 12:45:42 +0200 Subject: [PATCH] bumped version number to 0.2.0 --- docs/source/conf.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index eafd0951..b3062815 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.2' +release = '0.2.0' # -- General configuration --------------------------------------------------- diff --git a/setup.cfg b/setup.cfg index 2b35b6de..554c41d7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = ospx -version = 0.1.2 +version = 0.2.0 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