Skip to content

Commit

Permalink
Bump version: 3.262 → 3.263
Browse files Browse the repository at this point in the history
  • Loading branch information
mdevaev committed Oct 22, 2023
1 parent 2d0ffe6 commit eabe0a8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[bumpversion]
commit = True
tag = True
current_version = 3.262
current_version = 3.263
parse = (?P<major>\d+)\.(?P<minor>\d+)(\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?)?
serialize =
{major}.{minor}
Expand Down
2 changes: 1 addition & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ for _variant in "${_variants[@]}"; do
pkgname+=(kvmd-platform-$_platform-$_board)
done
pkgbase=kvmd
pkgver=3.262
pkgver=3.263
pkgrel=1
pkgdesc="The main PiKVM daemon"
url="https://github.com/pikvm/kvmd"
Expand Down
2 changes: 1 addition & 1 deletion kvmd/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
# ========================================================================== #


__version__ = "3.262"
__version__ = "3.263"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def main() -> None:

setup(
name="kvmd",
version="3.262",
version="3.263",
url="https://github.com/pikvm/kvmd",
license="GPLv3",
author="Maxim Devaev",
Expand Down

0 comments on commit eabe0a8

Please sign in to comment.