Skip to content

Commit 988e334

Browse files
alirezathehgithub-actions[bot]
authored andcommitted
Bump version
1 parent e3f0221 commit 988e334

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.4] - 2023-06-25
1012
### Added
1113
- Added
1214
[`resources`](https://github.com/alirezatheh/perke/tree/main/perke/resources)'s
@@ -71,7 +73,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7173
- First version of CLI added
7274

7375

74-
[Unreleased]: https://github.com/alirezatheh/perke/compare/v0.4.3...HEAD
76+
[Unreleased]: https://github.com/alirezatheh/perke/compare/v0.4.4...HEAD
77+
[0.4.4]: https://github.com/alirezatheh/perke/compare/v0.4.3...v0.4.4
7578
[0.4.3]: https://github.com/alirezatheh/perke/compare/v0.4.2...v0.4.3
7679
[0.4.2]: https://github.com/alirezatheh/perke/compare/v0.4.1...v0.4.2
7780
[0.4.1]: https://github.com/alirezatheh/perke/compare/v0.4.0...v0.4.1

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.3'
2+
current_version = '0.4.4'
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.3'
1+
__version__ = '0.4.4'

0 commit comments

Comments
 (0)