summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMaxim Devaev <[email protected]>2023-01-23 14:45:27 +0200
committerMaxim Devaev <[email protected]>2023-01-23 14:45:27 +0200
commitba57a6e5d48fe256a810e7cb57c7c97ba6bac798 (patch)
tree17ccd1edf18f8b9169e8622a65d030ddda0dc8d7 /setup.py
parent67d2e33573f8e750599d9d5587b1ebfc1587431c (diff)
Bump version: 3.195 → 3.196v3.196
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 40448c5c..bbc26e73 100755
--- a/setup.py
+++ b/setup.py
@@ -66,7 +66,7 @@ def main() -> None:
setup(
name="kvmd",
- version="3.195",
+ version="3.196",
url="https://github.com/pikvm/kvmd",
license="GPLv3",
author="Maxim Devaev",