summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMaxim Devaev <[email protected]>2021-09-25 18:29:15 +0300
committerMaxim Devaev <[email protected]>2021-09-25 18:29:15 +0300
commitae81fced3d77cdcc6781b129168b25fc534d3894 (patch)
treed3b8aeddd34dfd755526a16ccff38ff0f81395e4 /setup.py
parente95068cc4688ce7d1dad8c73ba02d97bfe717d49 (diff)
Bump version: 3.23 → 3.24v3.24
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 d5429ea7..da72f059 100755
--- a/setup.py
+++ b/setup.py
@@ -67,7 +67,7 @@ def main() -> None:
setup(
name="kvmd",
- version="3.23",
+ version="3.24",
url="https://github.com/pikvm/kvmd",
license="GPLv3",
author="Maxim Devaev",