Skip to content

Commit

Permalink
Bump version to 0.3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
t-sommer committed Nov 30, 2022
1 parent 7fcbb88 commit 1ee83dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 @@
import _ctypes
from typing import Union, IO, List

__version__ = '0.3.12'
__version__ = '0.3.13'

# library to use in plot_result()
plot_library = 'plotly' # or 'matplotlib'
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
FMPy is a free Python library to simulate `Functional Mock-up Units (FMUs) <http://fmi-standard.org/>`_ that...
- supports FMI 1.0 and 2.0 for Co-Simulation and Model Exchange
- supports FMI 1.0, 2.0, and 3.0 for Co-Simulation and Model Exchange
- runs on Windows, Linux and macOS
- has a graphical user interface
- compiles C code FMUs and generates CMake projects for debugging
Expand Down Expand Up @@ -205,7 +205,7 @@ def modelica_files(directory):
extras_require['complete'] = sorted(set(sum(extras_require.values(), [])))

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

0 comments on commit 1ee83dc

Please sign in to comment.