Skip to content

Commit 77e07b2

Browse files
committed
Bump version
1 parent 2ff7c03 commit 77e07b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pikvm_lib"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
authors = [
55
{ name="guanana", email="[email protected]" },
66
]
@@ -34,7 +34,7 @@ Homepage = "https://github.com/guanana/pikvm-lib"
3434
Issues = "https://github.com/guanana/pikvm-lib/issues"
3535

3636
[tool.bumpver]
37-
current_version = "0.4.0"
37+
current_version = "0.4.1"
3838
version_pattern = "MAJOR.MINOR.PATCH"
3939
commit_message = "Bump version {old_version} -> {new_version}"
4040
tag_message = "{new_version}"

0 commit comments

Comments
 (0)