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)) 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 3c467c23..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" @@ -29,6 +29,7 @@ dependencies = [ "numba>=0.58", "obspy", "psutil", + "setuptools<68", # Required for pkg_resources used by obspy ] [project.urls] @@ -75,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