summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMaxim Devaev <[email protected]>2021-08-11 17:11:28 +0300
committerMaxim Devaev <[email protected]>2021-08-11 17:11:28 +0300
commit68897c94ac21b0fc5b1e30b647549c9b46aa387d (patch)
treed9b6b028499c2f295ee3f684904b9e8113b055b5 /setup.py
parent647251647d2677e1329b5b926f7c6d0b3ba0b5c4 (diff)
Bump version: 3.13 → 3.14v3.14
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 403d3fa4..61315de9 100755
--- a/setup.py
+++ b/setup.py
@@ -67,7 +67,7 @@ def main() -> None:
setup(
name="kvmd",
- version="3.13",
+ version="3.14",
url="https://github.com/pikvm/kvmd",
license="GPLv3",
author="Maxim Devaev",