Skip to content

Commit

Permalink
bump: version 1.4.3 → 1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Novakov committed Jun 24, 2024
1 parent 17ab51e commit dccdb54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.commitizen]
name = "cz_conventional_commits"
tag_format = "release-$major.$minor.$patch$prerelease"
version = "1.4.3"
version = "1.4.4"
version_files = [
"pyproject.toml:version",
"setup.py"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name='qemu-runner',
version='1.4.3',
version='1.4.4',
description='Create self-contained wrappers around QEMU to hide & share long command-line invocations',
url='https://github.com/Novakov/qemu-runner',
long_description=description,
Expand Down

0 comments on commit dccdb54

Please sign in to comment.