diff --git a/CHANGELOG.md b/CHANGELOG.md index 13be60b..9dfdf11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 To see unreleased changes, please see the [CHANGELOG on the master branch](https://github.com/gufolabs/gufo_thor/blob/master/CHANGELOG.md) guide. -## [Unreleased] +## 0.3.0 - 2023-11-28 ### Added diff --git a/src/gufo/thor/__init__.py b/src/gufo/thor/__init__.py index a68d8bf..0798982 100644 --- a/src/gufo/thor/__init__.py +++ b/src/gufo/thor/__init__.py @@ -9,4 +9,4 @@ Attributes: __version__: Gufo Thor version """ -__version__: str = "0.2.0" +__version__: str = "0.3.0"