Skip to content

Commit 69ff67a

Browse files
authored
Bump version to 0.3.30 (#881)
1 parent c0b69f3 commit 69ff67a

3 files changed

Lines changed: 1284 additions & 531 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "FMPy"
3-
version = "0.3.29"
3+
version = "0.3.30"
44
description = "Simulate Functional Mock-up Units (FMUs) in Python"
55
readme = "README.md"
66
requires-python = ">=3.10"

src/fmpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from ctypes import *
88
from typing import Union, IO, List, Callable
99

10-
__version__ = '0.3.29'
10+
__version__ = '0.3.30'
1111

1212
# library to use in plot_result()
1313
plot_library = 'plotly' # deprecated

0 commit comments

Comments
 (0)