summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMaxim Devaev <[email protected]>2024-03-11 08:42:31 +0200
committerMaxim Devaev <[email protected]>2024-03-11 08:42:31 +0200
commit030a7426735c86ec266d52c8bb73042b2030d81e (patch)
tree0e55223839370744f39412cda90c44c007699d3b /setup.py
parent3676e2a4b28da6683e25193dbb6a7cf6352b178e (diff)
Bump version: 3.311 → 3.312v3.312
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 83c82455..397d8be4 100755
--- a/setup.py
+++ b/setup.py
@@ -56,7 +56,7 @@ def main() -> None:
setup(
name="kvmd",
- version="3.311",
+ version="3.312",
url="https://github.com/pikvm/kvmd",
license="GPLv3",
author="Maxim Devaev",