Skip to content

Commit 643ceac

Browse files
committed
Bump version: 2.0.11 → 2.0.12
1 parent 66d95ca commit 643ceac

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.11
2+
current_version = 2.0.12
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
@@ -7,7 +7,7 @@
77
[![Documentation Status](https://readthedocs.org/projects/mtpy-v2/badge/?version=latest)](https://mtpy-v2.readthedocs.io/en/latest/?badge=latest)
88
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/MTgeophysics/mtpy-v2/main)
99

10-
## Version 2.0.11
10+
## Version 2.0.12
1111

1212
# Description
1313

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.11"
70+
version = "2.0.12"
7171
# The full version, including alpha/beta/rc tags.
72-
release = "2.0.11"
72+
release = "2.0.12"
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.11"
21+
__version__ = "2.0.12"
2222
__all__ = ["MT", "MTData", "MTCollection"]
2323

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
test_suite="tests",
6767
tests_require=test_requirements,
6868
url="https://github.com/MTgeophysics/mtpy-v2",
69-
version="2.0.11",
69+
version="2.0.12",
7070
zip_safe=False,
7171
package_data={"": []},
7272
)

0 commit comments

Comments
 (0)