Skip to content

Commit

Permalink
Merge pull request #206 from kujaku11/patches
Browse files Browse the repository at this point in the history
Bump version: 0.3.4 → 0.3.5
  • Loading branch information
kujaku11 authored Apr 12, 2024
2 parents 2d1f755 + 17efa3b commit 380693d
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 = 0.3.4
current_version = 0.3.5
files = setup.py mt_metadata/__init__.py README.md tests/tf/io/edi/test_no_error_edi.py
commit = True
tag = True
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# mt_metadata version 0.3.4
# mt_metadata version 0.3.5
Standard MT metadata

[![PyPi version](https://img.shields.io/pypi/v/mt_metadata.svg)](https://pypi.python.org/pypi/mt-metadata)
Expand Down Expand Up @@ -28,7 +28,7 @@ MT Metadata is a project led by [IRIS-PASSCAL MT Software working group](https:/

Most people will be using the transfer functions, but a lot of that metadata comes from the time series metadata. This module supports both and has tried to make them more or less seamless to reduce complication.

* **Version**: 0.3.4
* **Version**: 0.3.5
* **Free software**: MIT license
* **Documentation**: https://mt-metadata.readthedocs.io.
* **Examples**: Click the `Binder` badge above and Jupyter Notebook examples are in **mt_metadata/examples/notebooks** and **docs/source/notebooks**
Expand Down
2 changes: 1 addition & 1 deletion mt_metadata/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

__author__ = """Jared Peacock"""
__email__ = "[email protected]"
__version__ = "0.3.4"
__version__ = "0.3.5"

# =============================================================================
# Imports
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
test_suite="tests",
tests_require=test_requirements,
url="https://github.com/kujaku11/mt_metadata",
version="0.3.4",
version="0.3.5",
zip_safe=False,
package_data={
"": [
Expand Down
2 changes: 1 addition & 1 deletion tests/tf/io/edi/test_no_error_edi.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def test_header(self):
("longitude", 0.0),
("progdate", "2013-07-03"),
("progname", "mt_metadata"),
("progvers", "0.3.4"),
("progvers", "0.3.5"),
("stdvers", "SEG 1.0"),
("units", "millivolts_per_kilometer_per_nanotesla"),
]
Expand Down

0 comments on commit 380693d

Please sign in to comment.