Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
WRKampi committed Mar 2, 2023
1 parent b9f6275 commit 8079acc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions extensisq/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,13 @@
from extensisq.sensitivity import (sens_forward, sens_adjoint_end,
sens_adjoint_int)

__version__ = '0.3.1'
__version__ = '0.4.0'
__author__ = 'W.R. Kampinga'
__copyright__ = 'Copyright 2020, W.R. Kampinga'
__license__ = 'MIT'
__credits__ = (
'scipy', 'L.F Shampine', 'P. Bogacki', 'R.W. Brankin', 'I. Gladwell',
'J.R. Cash', 'A.H. Karp', 'Ch. Tsitouras', 'P.J. Prince', 'H.A. Watts',
'M.K. Gordon', 'G. Soederlind', 'K. Gustafsson', 'M. Calvo', 'J.M. Franco',
'J.I. Montijano', 'L. Randez', 'B.P. Sommeijer', 'J.G. Verwer')
'J.I. Montijano', 'L. Randez', 'B.P. Sommeijer', 'J.G. Verwer',
'E. Hairer', 'A.C. Hindmarsh', 'R. Serban', 'R.H. Merson')
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.1",
version="0.4.0",
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 8079acc

Please sign in to comment.