Skip to content

Commit 3a13f83

Browse files
committed
Bump version: 4.0 → 4.1
1 parent 175bdde commit 3a13f83

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[bumpversion]
22
commit = True
33
tag = True
4-
current_version = 4.0
4+
current_version = 4.1
55
parse = (?P<major>\d+)\.(?P<minor>\d+)(\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?)?
66
serialize =
77
{major}.{minor}

PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ for _variant in "${_variants[@]}"; do
3939
pkgname+=(kvmd-platform-$_platform-$_board)
4040
done
4141
pkgbase=kvmd
42-
pkgver=4.0
42+
pkgver=4.1
4343
pkgrel=1
4444
pkgdesc="The main PiKVM daemon"
4545
url="https://github.com/pikvm/kvmd"

kvmd/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
# ========================================================================== #
2121

2222

23-
__version__ = "4.0"
23+
__version__ = "4.1"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def main() -> None:
5656

5757
setup(
5858
name="kvmd",
59-
version="4.0",
59+
version="4.1",
6060
url="https://github.com/pikvm/kvmd",
6161
license="GPLv3",
6262
author="Maxim Devaev",

0 commit comments

Comments
 (0)