diff --git a/README.md b/README.md index f6e20cc..376db04 100644 --- a/README.md +++ b/README.md @@ -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.1, 2024. +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. diff --git a/cubature/__init__.py b/cubature/__init__.py index 315ba8a..5acae68 100644 --- a/cubature/__init__.py +++ b/cubature/__init__.py @@ -36,7 +36,7 @@ """ -__version__ = '0.18.1' +__version__ = '0.18.2' from .cubature import *