Skip to content

Commit

Permalink
Bump version: 2.0.11 → 2.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
kujaku11 committed Oct 24, 2024
1 parent 66d95ca commit 643ceac
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.11
current_version = 2.0.12
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 @@ -7,7 +7,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.11
## Version 2.0.12

# 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.11"
version = "2.0.12"
# The full version, including alpha/beta/rc tags.
release = "2.0.11"
release = "2.0.12"

# 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.11"
__version__ = "2.0.12"
__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 @@ -66,7 +66,7 @@
test_suite="tests",
tests_require=test_requirements,
url="https://github.com/MTgeophysics/mtpy-v2",
version="2.0.11",
version="2.0.12",
zip_safe=False,
package_data={"": []},
)

0 comments on commit 643ceac

Please sign in to comment.