Skip to content

Commit

Permalink
version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
WRKampi committed Mar 12, 2021
1 parent 598da17 commit 3568ceb
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 @@ -8,7 +8,7 @@
from extensisq.shampine import SWAG
from extensisq.common import NFS

__version__ = '0.2.2'
__version__ = '0.2.3'
__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.2.2",
version="0.2.3",
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 3568ceb

Please sign in to comment.