From e0a558bf39b750b3ab818467f34cc8725ecdf52a Mon Sep 17 00:00:00 2001 From: Claas Date: Mon, 11 Nov 2024 22:29:36 +0100 Subject: [PATCH] bumped version number to 0.3.0b6 --- docs/source/conf.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 3f4b5d65..7277853c 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -26,7 +26,7 @@ author = "Frank Lumpitzsch, Claas Rostock, Seung Hyeon Yoo" # The full version, including alpha/beta/rc tags -release = "0.3.0b5" +release = "0.3.0b6" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/pyproject.toml b/pyproject.toml index 833f346f..2132cbd5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ packages = [ [project] name = "ospx" -version = "0.3.0b5" +version = "0.3.0b6" description = "Extension package to farn, adding support to build OSP simulation cases using FMUs." readme = "README.md" requires-python = ">= 3.10"