From cb98d0df3afbf3cfb52c170d9bf648d2dd848c4f Mon Sep 17 00:00:00 2001 From: Torsten Sommer Date: Fri, 27 Feb 2026 14:00:16 +0100 Subject: [PATCH] Bump version to 0.3.28 --- pyproject.toml | 2 +- src/fmpy/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8dae21e5..e554e87e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "FMPy" -version = "0.3.27" +version = "0.3.28" description = "Simulate Functional Mock-up Units (FMUs) in Python" readme = "README.md" requires-python = ">=3.10" diff --git a/src/fmpy/__init__.py b/src/fmpy/__init__.py index 6ec45d50..f868a97b 100644 --- a/src/fmpy/__init__.py +++ b/src/fmpy/__init__.py @@ -7,7 +7,7 @@ from ctypes import * from typing import Union, IO, List, Callable -__version__ = '0.3.27' +__version__ = '0.3.28' # library to use in plot_result() plot_library = 'plotly' # deprecated