Skip to content

Commit

Permalink
Bump version to 0.2.25
Browse files Browse the repository at this point in the history
  • Loading branch information
t-sommer committed Nov 4, 2020
1 parent c39ec79 commit 6730971
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 @@ -5,7 +5,7 @@
from ctypes import *
import _ctypes

__version__ = '0.2.24'
__version__ = '0.2.25'

# experimental
plot_library = 'matplotlib' # 'plotly'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
extras_require['complete'] = sorted(set(sum(extras_require.values(), [])))

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

0 comments on commit 6730971

Please sign in to comment.