Skip to content

Commit add4eb3

Browse files
committed
Bump version: 2.0.2 → 2.0.3
1 parent 9ccb773 commit add4eb3

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.0.2
2+
current_version = 2.0.3
33
files = setup.py mtpy/__init__.py README.md docs/source/conf.py
44
commit = True
55
tag = True

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![Documentation Status](https://readthedocs.org/projects/mtpy-v2/badge/?version=latest)](https://mtpy-v2.readthedocs.io/en/latest/?badge=latest)
66
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/MTgeophysics/mtpy-v2/main)
77

8-
## Version 2.0.2
8+
## Version 2.0.3
99

1010
# Description
1111

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@
6767
#
6868

6969
# The short X.Y version.
70-
version = "2.0.2"
70+
version = "2.0.3"
7171
# The full version, including alpha/beta/rc tags.
72-
release = "2.0.2"
72+
release = "2.0.3"
7373

7474
# The language for content autogenerated by Sphinx. Refer to documentation
7575
# for a list of supported languages.

mtpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from mtpy.imaging.mtcolors import MT_CMAP_DICT, register_cmaps
1919

2020

21-
__version__ = "2.0.2"
21+
__version__ = "2.0.3"
2222
__all__ = ["MT", "MTData", "MTCollection"]
2323

2424
# =============================================================================

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
test_suite="tests",
6666
tests_require=test_requirements,
6767
url="https://github.com/MTgeophysics/mtpy-v2",
68-
version="2.0.2",
68+
version="2.0.3",
6969
zip_safe=False,
7070
package_data={"": []},
7171
)

0 commit comments

Comments
 (0)