Skip to content

Commit

Permalink
Bump version to 0.3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
t-sommer committed Feb 15, 2024
1 parent 21aae09 commit 04aa5fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fmpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from ctypes import *
from typing import Union, IO, List

__version__ = '0.3.19'
__version__ = '0.3.20'

# library to use in plot_result()
plot_library = 'plotly' # or 'matplotlib'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ def modelica_files(directory):
extras_require['complete'] = sorted(set(sum(extras_require.values(), [])))

setup(name='FMPy',
version='0.3.19',
version='0.3.20',
description="Simulate Functional Mock-up Units (FMUs) in Python",
long_description=long_description,
author="Torsten Sommer",
Expand Down

0 comments on commit 04aa5fd

Please sign in to comment.