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