Skip to content

Commit

Permalink
Bump version: 2.0.2 → 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kujaku11 committed Oct 23, 2023
1 parent 9ccb773 commit add4eb3
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.0.2
current_version = 2.0.3
files = setup.py mtpy/__init__.py README.md docs/source/conf.py
commit = True
tag = True
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![Documentation Status](https://readthedocs.org/projects/mtpy-v2/badge/?version=latest)](https://mtpy-v2.readthedocs.io/en/latest/?badge=latest)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/MTgeophysics/mtpy-v2/main)

## Version 2.0.2
## Version 2.0.3

# Description

Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@
#

# The short X.Y version.
version = "2.0.2"
version = "2.0.3"
# The full version, including alpha/beta/rc tags.
release = "2.0.2"
release = "2.0.3"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion mtpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from mtpy.imaging.mtcolors import MT_CMAP_DICT, register_cmaps


__version__ = "2.0.2"
__version__ = "2.0.3"
__all__ = ["MT", "MTData", "MTCollection"]

# =============================================================================
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
test_suite="tests",
tests_require=test_requirements,
url="https://github.com/MTgeophysics/mtpy-v2",
version="2.0.2",
version="2.0.3",
zip_safe=False,
package_data={"": []},
)

0 comments on commit add4eb3

Please sign in to comment.