summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMaxim Devaev <[email protected]>2022-04-06 09:46:55 +0300
committerMaxim Devaev <[email protected]>2022-04-06 09:46:55 +0300
commita02ae60a3085ce334a8843a0ad3f41a5deb8c543 (patch)
tree1b7d6f00e42f9d1266c2174088476ed8580cc4a9 /setup.py
parent6cf8ac4553fbec6c95e1d75f49bd2e83199c374c (diff)
Bump version: 3.77 → 3.78v3.78
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 c5d0bbf0..2c811d07 100755
--- a/setup.py
+++ b/setup.py
@@ -66,7 +66,7 @@ def main() -> None:
setup(
name="kvmd",
- version="3.77",
+ version="3.78",
url="https://github.com/pikvm/kvmd",
license="GPLv3",
author="Maxim Devaev",