summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMaxim Devaev <[email protected]>2024-09-04 18:49:21 +0300
committerMaxim Devaev <[email protected]>2024-09-04 18:49:21 +0300
commit80aa9de4cc6b2de10f6ef19044585bc39e94904b (patch)
tree6a586d3c28654b68a32f4f8b431c84a7d3e0b1bb /setup.py
parent572a75d27b76e845a459bbfe3fef362231f04ddc (diff)
Bump version: 4.8 → 4.9v4.9
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 73f08f0d..a7776b16 100755
--- a/setup.py
+++ b/setup.py
@@ -56,7 +56,7 @@ def main() -> None:
setup(
name="kvmd",
- version="4.8",
+ version="4.9",
url="https://github.com/pikvm/kvmd",
license="GPLv3",
author="Maxim Devaev",