diff --git a/docs/source/conf.py b/docs/source/conf.py index 72ee50d..8045a07 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -26,7 +26,7 @@ project = 'Paicos' copyright = '2024, Thomas Berlok' author = 'Thomas Berlok' -release = '0.1.14' +release = '0.1.15' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/paicos/__init__.py b/paicos/__init__.py index 47635a4..cba091f 100644 --- a/paicos/__init__.py +++ b/paicos/__init__.py @@ -8,7 +8,7 @@ and a CUDA GPU implementation for visualization. """ -__version__ = "0.1.14" +__version__ = "0.1.15" __author__ = 'Thomas Berlok' __credits__ = 'Niels Bohr Institute, University of Copenhagen' diff --git a/setup.py b/setup.py index 3c76b0b..b447ee1 100644 --- a/setup.py +++ b/setup.py @@ -88,7 +88,7 @@ setup( name='paicos', - version='0.1.14', + version='0.1.15', description=('An object-oriented Python package for analysis of ' + '(cosmological) simulations performed with Arepo.'), url='https://github.com/tberlok/paicos',