diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d533c7..3c64d9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,10 @@ for our library. (unreleased)= -## [Unreleased](https://github.com/jeertmans/sionna-vispy/compare/v0.18.0...HEAD) +## [Unreleased](https://github.com/jeertmans/sionna-vispy/compare/v0.18.0.1...HEAD) + +(v0.18.0.1)= +## [v0.18.0.1](https://github.com/jeertmans/sionna-vispy/compare/v0.18.0...v0.18.0.1) (v0.18.0)= ## [v0.18.0](https://github.com/jeertmans/sionna-vispy/commits/v0.18.0) diff --git a/pyproject.toml b/pyproject.toml index 75951a7..8dd37e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ Repository = "https://github.com/jeertmans/sionna-vispy" allow_dirty = false commit = true commit_args = "" -current_version = "0.18.0" +current_version = "0.18.0.1" ignore_missing_version = false message = "chore(deps): bump version from {current_version} to {new_version}" parse = '(?P\d+)\.(?P\d+)\.(?P\d+)(\.(?P\d+))?' diff --git a/src/sionna_vispy/__version__.py b/src/sionna_vispy/__version__.py index 1317d75..4837f30 100644 --- a/src/sionna_vispy/__version__.py +++ b/src/sionna_vispy/__version__.py @@ -1 +1 @@ -__version__ = "0.18.0" +__version__ = "0.18.0.1"