Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
AlirezaTheH authored and github-actions[bot] committed Mar 15, 2023
1 parent 1dd3025 commit 73e5dec
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion bumpver.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpver]
current_version = '0.4.0'
current_version = '0.4.1'
version_pattern = 'MAJOR.MINOR.PATCH'

[bumpver.file_patterns]
Expand Down
2 changes: 1 addition & 1 deletion perke/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.4.0'
__version__ = '0.4.1'

0 comments on commit 73e5dec

Please sign in to comment.