summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMaxim Devaev <[email protected]>2024-03-22 16:06:14 +0200
committerMaxim Devaev <[email protected]>2024-03-22 16:06:14 +0200
commitcbbdd1173fccf8b394f425e224b33429fcb1dcd1 (patch)
tree6fdb5c01528e8b10f4395120d87b16ba3716f7fe /setup.py
parent19b2b6c84023dd404f14ab875a16a8d9ccf12159 (diff)
Bump version: 3.323 → 3.324v3.324
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 01e48fca..ffc46b63 100755
--- a/setup.py
+++ b/setup.py
@@ -56,7 +56,7 @@ def main() -> None:
setup(
name="kvmd",
- version="3.323",
+ version="3.324",
url="https://github.com/pikvm/kvmd",
license="GPLv3",
author="Maxim Devaev",