Skip to content

Commit

Permalink
REL: Version 0.18.3
Browse files Browse the repository at this point in the history
  • Loading branch information
saullocastro committed Mar 21, 2024
1 parent 69ad541 commit 90cf761
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -93,7 +93,7 @@ We kindly ask you to cite this Python library properly. Also, it would be
helpful if you could cite the papers where this methods has been applied as
well.

Castro, S.G.P.; Loukianov, A.; et al. "Python wrapper for Cubature: adaptive multidimensional integration". DOI:10.5281/zenodo.2541552. Version 0.18.2, 2024.
Castro, S.G.P.; Loukianov, A.; et al. "Python wrapper for Cubature: adaptive multidimensional integration". DOI:10.5281/zenodo.2541552. Version 0.18.3, 2024.



Expand Down
2 changes: 1 addition & 1 deletion cubature/__init__.py
Expand Up @@ -36,7 +36,7 @@
"""
__version__ = '0.18.2'
__version__ = '0.18.3'

from .cubature import *

0 comments on commit 90cf761

Please sign in to comment.