Skip to content

Commit

Permalink
0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dvolodin7 committed Dec 10, 2023
1 parent 6ec0cc9 commit 5c53d5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1 - 2023-12-10

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion src/gufo/thor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
Attributes:
__version__: Gufo Thor version
"""
__version__: str = "0.3.0"
__version__: str = "0.3.1"

0 comments on commit 5c53d5e

Please sign in to comment.