From d6fa6f498440b4f8e4921e94fe4d7a8f87f18ee5 Mon Sep 17 00:00:00 2001 From: Claas Date: Sat, 18 Jan 2025 16:39:25 +0100 Subject: [PATCH] bumped version number to 0.3.1 --- CITATION.cff | 2 +- docs/source/conf.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 4a7e92cf..a2d4d7f3 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -1,5 +1,5 @@ title: ospx -version: 0.3.0 +version: 0.3.1 abstract: >- Extension package to farn, adding support to build OSP simulation cases using FMUs. type: software diff --git a/docs/source/conf.py b/docs/source/conf.py index ccd43417..fc3fa19a 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -26,7 +26,7 @@ author = "Frank Lumpitzsch, Claas Rostock, Seunghyeon Yoo" # The full version, including alpha/beta/rc tags -release = "0.3.0" +release = "0.3.1" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/pyproject.toml b/pyproject.toml index adcfe323..8784fc2c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ packages = [ [project] name = "ospx" -version = "0.3.0" +version = "0.3.1" description = "Extension package to farn, adding support to build OSP simulation cases using FMUs." readme = "README.md" requires-python = ">= 3.10, < 3.14"