Skip to content

Commit

Permalink
Bump version: 1.0.3 → 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
seignovert committed Jan 13, 2023
1 parent fecabb1 commit 3d16656
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -83,7 +83,7 @@ Citation
--------
If you use this package for your research, please cite it as:

Seignovert et al. - PyVIMS (Version 1.0.3) - `Zenodo`_
Seignovert et al. - PyVIMS (Version 1.0.4) - `Zenodo`_

.. _`Zenodo`: https://zenodo.org/badge/latestdoi/126732857

Expand Down
2 changes: 1 addition & 1 deletion pyvims/__version__.py
@@ -1,3 +1,3 @@
"""PyVIMS version."""

__version__ = '1.0.3'
__version__ = '1.0.4'
10 changes: 5 additions & 5 deletions setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.3
current_version = 1.0.4
commit = True
tag = True
tag_name = {new_version}
Expand All @@ -17,13 +17,13 @@ universal = 1
addopts = --verbose

[coverage:report]
include =
include =
pyvims/*.py
omit =
omit =
*.cfg
tests/test_*.py
show_missing = True
exclude_lines =
exclude_lines =
def __repr__
def __new__
raise NotImplementedError
Expand All @@ -37,5 +37,5 @@ ignore = E302, D300, D105, D107, D401, W503, N802, I100, E741, E743, D402
max-complexity = 25

[entry_points]
console_scripts =
console_scripts =
pds = pyvims.pds.cli:cli
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -12,7 +12,7 @@

setup(
name='pyvims',
version='1.0.3',
version='1.0.4',
description='Python package to manipulate the Cassini VIMS data',
long_description=README,
author='Benoit Seignovert (LPG-Nantes)',
Expand Down

0 comments on commit 3d16656

Please sign in to comment.