Skip to content

Commit 73e5dec

Browse files
alirezathehgithub-actions[bot]
authored andcommitted
Bump version
1 parent 1dd3025 commit 73e5dec

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88

99
## [Unreleased]
10+
11+
## [0.4.1] - 2023-03-15
1012
### Fixed
1113
- Fixed a version issue on PyPI
1214

@@ -49,7 +51,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
4951
- First version of CLI added
5052

5153

52-
[Unreleased]: https://github.com/alirezatheh/perke/compare/v0.4.0...HEAD
54+
[Unreleased]: https://github.com/alirezatheh/perke/compare/v0.4.1...HEAD
55+
[0.4.1]: https://github.com/alirezatheh/perke/compare/v0.4.0...v0.4.1
5356
[0.4.0]: https://github.com/alirezatheh/perke/compare/v0.3.5...v0.4.0
5457
[0.3.5]: https://github.com/alirezatheh/perke/compare/v0.3.4...v0.3.5
5558
[0.3.4]: https://github.com/alirezatheh/perke/releases/tag/v0.3.4

bumpver.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpver]
2-
current_version = '0.4.0'
2+
current_version = '0.4.1'
33
version_pattern = 'MAJOR.MINOR.PATCH'
44

55
[bumpver.file_patterns]

perke/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.4.0'
1+
__version__ = '0.4.1'

0 commit comments

Comments
 (0)