diff --git a/README.rst b/README.rst index a247301..0919625 100644 --- a/README.rst +++ b/README.rst @@ -83,7 +83,7 @@ Citation -------- If you use this package for your research, please cite it as: - Seignovert et al. - PyVIMS (Version 1.0.4) - `Zenodo`_ + Seignovert et al. - PyVIMS (Version 1.0.5) - `Zenodo`_ .. _`Zenodo`: https://zenodo.org/badge/latestdoi/126732857 diff --git a/pyvims/__version__.py b/pyvims/__version__.py index 6349189..a416a4d 100644 --- a/pyvims/__version__.py +++ b/pyvims/__version__.py @@ -1,3 +1,3 @@ """PyVIMS version.""" -__version__ = '1.0.4' +__version__ = '1.0.5' diff --git a/setup.cfg b/setup.cfg index d3989c6..dd74f1b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.4 +current_version = 1.0.5 commit = True tag = True tag_name = {new_version} diff --git a/setup.py b/setup.py index 587233d..464faa0 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( name='pyvims', - version='1.0.4', + version='1.0.5', description='Python package to manipulate the Cassini VIMS data', long_description=README, author='Benoit Seignovert (LPG-Nantes)',