summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2021-06-10 19:14:45 +0300
committerDevaev Maxim <[email protected]>2021-06-10 19:14:45 +0300
commitc67c1d6573c8617eb39de019c14b7b02ba849df7 (patch)
tree54fec187d6665275e746543bb5b6e7f1771bc03a /setup.py
parentef15f3f7ce79c64cc57d4f6e034b01c46e0fef2a (diff)
Bump version: 3.1 → 3.2v3.2
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 a17703ab..c8306005 100755
--- a/setup.py
+++ b/setup.py
@@ -67,7 +67,7 @@ def main() -> None:
setup(
name="kvmd",
- version="3.1",
+ version="3.2",
url="https://github.com/pikvm/kvmd",
license="GPLv3",
author="Maxim Devaev",