Skip to content

Commit dccdb54

Browse files
committedJun 24, 2024·
bump: version 1.4.3 → 1.4.4
1 parent 17ab51e commit dccdb54

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.commitizen]
22
name = "cz_conventional_commits"
33
tag_format = "release-$major.$minor.$patch$prerelease"
4-
version = "1.4.3"
4+
version = "1.4.4"
55
version_files = [
66
"pyproject.toml:version",
77
"setup.py"

‎setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

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

0 commit comments

Comments
 (0)
Please sign in to comment.