summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMaxim Devaev <[email protected]>2024-10-06 21:04:17 +0300
committerMaxim Devaev <[email protected]>2024-10-06 21:04:17 +0300
commitc1f408ea1addfed7e0a688a6e4be906ae6368e15 (patch)
tree7e21221d53f879c61042fe2420aa698f30980310 /setup.py
parent5b0ca351d79d79c2373684c2fc565f7be98f5849 (diff)
Bump version: 4.19 → 4.20v4.20
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 b34a6811..933b7b2e 100755
--- a/setup.py
+++ b/setup.py
@@ -56,7 +56,7 @@ def main() -> None:
setup(
name="kvmd",
- version="4.19",
+ version="4.20",
url="https://github.com/pikvm/kvmd",
license="GPLv3",
author="Maxim Devaev",