diff --git a/CHANGELOG.md b/CHANGELOG.md index dce798e..cf9ba3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.4.1] - 2023-03-15 ### Fixed - Fixed a version issue on PyPI @@ -49,7 +51,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - First version of CLI added -[Unreleased]: https://github.com/alirezatheh/perke/compare/v0.4.0...HEAD +[Unreleased]: https://github.com/alirezatheh/perke/compare/v0.4.1...HEAD +[0.4.1]: https://github.com/alirezatheh/perke/compare/v0.4.0...v0.4.1 [0.4.0]: https://github.com/alirezatheh/perke/compare/v0.3.5...v0.4.0 [0.3.5]: https://github.com/alirezatheh/perke/compare/v0.3.4...v0.3.5 [0.3.4]: https://github.com/alirezatheh/perke/releases/tag/v0.3.4 diff --git a/bumpver.toml b/bumpver.toml index 856ac1e..058f9ba 100644 --- a/bumpver.toml +++ b/bumpver.toml @@ -1,5 +1,5 @@ [bumpver] -current_version = '0.4.0' +current_version = '0.4.1' version_pattern = 'MAJOR.MINOR.PATCH' [bumpver.file_patterns] diff --git a/perke/version.py b/perke/version.py index abeeedb..f0ede3d 100644 --- a/perke/version.py +++ b/perke/version.py @@ -1 +1 @@ -__version__ = '0.4.0' +__version__ = '0.4.1'