File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ) )
Original file line number Diff line number Diff line change 1- __version__ = "0.6.0 "
1+ __version__ = "0.6.1 "
22
33import sys
44from loguru import logger
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
66[project ]
77name = " aurora"
8- version = " 0.6.0 "
8+ version = " 0.6.1 "
99description = " Processing Codes for Magnetotelluric Data"
1010readme = " README.rst"
1111requires-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 "
7980parse = " (?P<major>\\ d+)\\ .(?P<minor>\\ d+)\\ .(?P<patch>\\ d+)"
8081serialize = [" {major}.{minor}.{patch}" ]
8182commit = true
You can’t perform that action at this time.
0 commit comments