File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 2.0.11
2
+ current_version = 2.0.12
3
3
files = setup.py mtpy/__init__.py README.md docs/source/conf.py
4
4
commit = True
5
5
tag = True
Original file line number Diff line number Diff line change 7
7
[ ![ Documentation Status] ( https://readthedocs.org/projects/mtpy-v2/badge/?version=latest )] ( https://mtpy-v2.readthedocs.io/en/latest/?badge=latest )
8
8
[ ![ Binder] ( https://mybinder.org/badge_logo.svg )] ( https://mybinder.org/v2/gh/MTgeophysics/mtpy-v2/main )
9
9
10
- ## Version 2.0.11
10
+ ## Version 2.0.12
11
11
12
12
# Description
13
13
Original file line number Diff line number Diff line change 67
67
#
68
68
69
69
# The short X.Y version.
70
- version = "2.0.11 "
70
+ version = "2.0.12 "
71
71
# The full version, including alpha/beta/rc tags.
72
- release = "2.0.11 "
72
+ release = "2.0.12 "
73
73
74
74
# The language for content autogenerated by Sphinx. Refer to documentation
75
75
# for a list of supported languages.
Original file line number Diff line number Diff line change 18
18
from mtpy .imaging .mtcolors import MT_CMAP_DICT , register_cmaps
19
19
20
20
21
- __version__ = "2.0.11 "
21
+ __version__ = "2.0.12 "
22
22
__all__ = ["MT" , "MTData" , "MTCollection" ]
23
23
24
24
# =============================================================================
Original file line number Diff line number Diff line change 66
66
test_suite = "tests" ,
67
67
tests_require = test_requirements ,
68
68
url = "https://github.com/MTgeophysics/mtpy-v2" ,
69
- version = "2.0.11 " ,
69
+ version = "2.0.12 " ,
70
70
zip_safe = False ,
71
71
package_data = {"" : []},
72
72
)
You can’t perform that action at this time.
0 commit comments