From 6313213e5dbb082c4405d753291baeeaa01b032a Mon Sep 17 00:00:00 2001 From: "Karl N. Kappler" Date: Sat, 14 Feb 2026 04:22:41 -0800 Subject: [PATCH 1/3] workaround obspy bug --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 3c467c23..41b3884d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,6 +29,7 @@ dependencies = [ "numba>=0.58", "obspy", "psutil", + "setuptools<68", # Required for pkg_resources used by obspy ] [project.urls] From 5a0b2da7519d58ea525f7ff1ec2a7fa659f5070f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 14 Feb 2026 12:27:10 +0000 Subject: [PATCH 2/3] =?UTF-8?q?Bump=20version:=200.6.0=20=E2=86=92=200.6.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aurora/__init__.py | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/aurora/__init__.py b/aurora/__init__.py index f16c310e..3fbdfa90 100644 --- a/aurora/__init__.py +++ b/aurora/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.6.0" +__version__ = "0.6.1" import sys from loguru import logger diff --git a/pyproject.toml b/pyproject.toml index 41b3884d..d4ea4cb0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "aurora" -version = "0.6.0" +version = "0.6.1" description = "Processing Codes for Magnetotelluric Data" readme = "README.rst" requires-python = ">=3.10" @@ -76,7 +76,7 @@ dev = [ ] [tool.bumpversion] -current_version = "0.6.0" +current_version = "0.6.1" parse = "(?P\\d+)\\.(?P\\d+)\\.(?P\\d+)" serialize = ["{major}.{minor}.{patch}"] commit = true From c1576f6e249323b81f3a00dc19f48b25de820a07 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 14 Feb 2026 12:27:10 +0000 Subject: [PATCH 3/3] chore: bump version to and update changelog [skip ci] --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7279e6f7..d34f2c17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,6 +39,11 @@ All notable changes to this project will be documented in this file. - Fix \c warning ([4a7808f](4a7808f8c8f1666c7ec66caadb381fbebd976088)) +## Miscellaneous Tasks + +- Bump version to and update changelog [skip ci] ([386df6f](386df6f421f3f86018a9feeca64da735266b3e37)) + + ## Revert - Revert parkfield paths to .cache ([d610149](d610149a215ade7db17317082b0b4e4a9eec9664))