Skip to content

Commit

Permalink
version number
Browse files Browse the repository at this point in the history
  • Loading branch information
WRKampi committed Jul 27, 2021
1 parent 374fa4f commit dd8d640
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extensisq/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from extensisq.calvo import CFMR7osc
from extensisq.sommeijer import SSV2stab

__version__ = '0.3.0'
__version__ = '0.3.1'
__author__ = 'W.R. Kampinga'
__copyright__ = 'Copyright 2020, W.R. Kampinga'
__license__ = 'MIT'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="extensisq",
version="0.3.0",
version="0.3.1",
author="W.R. Kampinga",
author_email='wrkampi@tuta.io',
description="Extend scipy.integrate with various methods for solve_ivp",
Expand Down

0 comments on commit dd8d640

Please sign in to comment.