Skip to content

Commit 05ed408

Browse files
authored
Merge pull request #394 from simpeg/patches
patches
2 parents 3d990c8 + c1576f6 commit 05ed408

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ All notable changes to this project will be documented in this file.
3939
- Fix \c warning ([4a7808f](4a7808f8c8f1666c7ec66caadb381fbebd976088))
4040

4141

42+
## Miscellaneous Tasks
43+
44+
- Bump version to and update changelog [skip ci] ([386df6f](386df6f421f3f86018a9feeca64da735266b3e37))
45+
46+
4247
## Revert
4348

4449
- Revert parkfield paths to .cache ([d610149](d610149a215ade7db17317082b0b4e4a9eec9664))

aurora/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.6.0"
1+
__version__ = "0.6.1"
22

33
import sys
44
from loguru import logger

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55

66
[project]
77
name = "aurora"
8-
version = "0.6.0"
8+
version = "0.6.1"
99
description = "Processing Codes for Magnetotelluric Data"
1010
readme = "README.rst"
1111
requires-python = ">=3.10"
@@ -29,6 +29,7 @@ dependencies = [
2929
"numba>=0.58",
3030
"obspy",
3131
"psutil",
32+
"setuptools<68", # Required for pkg_resources used by obspy
3233
]
3334

3435
[project.urls]
@@ -75,7 +76,7 @@ dev = [
7576
]
7677

7778
[tool.bumpversion]
78-
current_version = "0.6.0"
79+
current_version = "0.6.1"
7980
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
8081
serialize = ["{major}.{minor}.{patch}"]
8182
commit = true

0 commit comments

Comments
 (0)