summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMaxim Devaev <[email protected]>2022-04-01 08:53:46 +0300
committerMaxim Devaev <[email protected]>2022-04-01 08:53:46 +0300
commitb54cc1b028ef15d98399aec3b91b73b6ba61e4c0 (patch)
tree28481f520ae00335c612015977b8a9795ff5a7da /setup.py
parentd8a3c1cdfad21efcd44ef4dd82639e8f6a073671 (diff)
Bump version: 3.71 → 3.72v3.72
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 1d9337c3..2adf133d 100755
--- a/setup.py
+++ b/setup.py
@@ -66,7 +66,7 @@ def main() -> None:
setup(
name="kvmd",
- version="3.71",
+ version="3.72",
url="https://github.com/pikvm/kvmd",
license="GPLv3",
author="Maxim Devaev",