summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMaxim Devaev <[email protected]>2021-10-16 04:31:21 +0300
committerMaxim Devaev <[email protected]>2021-10-16 04:31:21 +0300
commita4dbea427433b874a64b3d3fd139c37d42ea12ad (patch)
treefef191b157b6e1419bc40e1573a251bd74435ee8 /setup.py
parent53c3556f8c9b58bb502ade5eb3afe98958d666b0 (diff)
Bump version: 3.30 → 3.31v3.31
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 3dddbd2d..9f5ea0c0 100755
--- a/setup.py
+++ b/setup.py
@@ -67,7 +67,7 @@ def main() -> None:
setup(
name="kvmd",
- version="3.30",
+ version="3.31",
url="https://github.com/pikvm/kvmd",
license="GPLv3",
author="Maxim Devaev",