diff --git a/CHANGELOG.md b/CHANGELOG.md index d0fefe97..fe9fcd25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,8 @@ Automatically updated by [python-semantic-release](https://python-semantic-release.readthedocs.io/en/latest/) with commit parsing of [angular commits](https://github.com/angular/angular.js/blob/master/DEVELOPERS.md#commits). -## Unreleased + +## v0.6.0 (2024-05-29) ### 💥 Breaking Changes * make gravity CV return inversion results @@ -89,7 +90,6 @@ BREAKING CHANGE: make sure to switch all mentions of `input_grav` to `grav_df` i ### ✏️ Formatting * automatic style fixes ([`4a83bdd`](https://github.com/mdtanker/invert4geom/commit/4a83bddd2a27dd96b396989834a30f869b3c7934)) - ## v0.5.0 (2024-05-07) ### 📦️ Build * make semantic release GHA need changelog success ([`7b7d1c4`](https://github.com/mdtanker/invert4geom/commit/7b7d1c40805617db9cf42fea3065eb32585bf035)) diff --git a/pyproject.toml b/pyproject.toml index ba56ea66..bef23369 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ "Typing :: Typed", ] readme = "README.md" -version = "0.5.0" +version = "0.6.0" license = {file = "LICENSE"} keywords = ["inversion", "gravity", "geometry", "density", "Moho", "sediment", "geophysics", "geology", "geoscience"] diff --git a/src/invert4geom/__init__.py b/src/invert4geom/__init__.py index 71e240b6..dcd87a35 100644 --- a/src/invert4geom/__init__.py +++ b/src/invert4geom/__init__.py @@ -7,4 +7,4 @@ from __future__ import annotations -__version__ = "0.5.0" +__version__ = "0.6.0"