summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMaxim Devaev <[email protected]>2021-10-28 01:24:28 +0300
committerMaxim Devaev <[email protected]>2021-10-28 01:24:28 +0300
commit9f9d8a53471da8adf2fe6e8f81b639f4deb422a3 (patch)
tree90d6c8937fdac575a9934c8a12bba6ea2d8f7456 /setup.py
parent97bb4e46b3e9c38b59ddf956cc6acab58d1c8e0d (diff)
Bump version: 3.37 → 3.38v3.38
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 3ce99d23..8926c398 100755
--- a/setup.py
+++ b/setup.py
@@ -67,7 +67,7 @@ def main() -> None:
setup(
name="kvmd",
- version="3.37",
+ version="3.38",
url="https://github.com/pikvm/kvmd",
license="GPLv3",
author="Maxim Devaev",