summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMaxim Devaev <[email protected]>2022-09-19 00:53:08 +0300
committerMaxim Devaev <[email protected]>2022-09-19 00:53:08 +0300
commit66f09b16ac4635dcf17bffd63cf443ea5e55f639 (patch)
treeec2afe0798453d6e88d67c6d86dbc39f8522a6f1 /setup.py
parent098cf610ebcc5892a67d774602114549a0f143c8 (diff)
Bump version: 3.143 → 3.144v3.144
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 7a3d284a..1d0e8d42 100755
--- a/setup.py
+++ b/setup.py
@@ -66,7 +66,7 @@ def main() -> None:
setup(
name="kvmd",
- version="3.143",
+ version="3.144",
url="https://github.com/pikvm/kvmd",
license="GPLv3",
author="Maxim Devaev",