summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMaxim Devaev <[email protected]>2022-06-25 19:26:52 +0300
committerMaxim Devaev <[email protected]>2022-06-25 19:26:52 +0300
commit60a7919b7889ef2f5255f07fe419540294a7f7a4 (patch)
tree626cac625d15951cb5ad098a2290b8396e98b4a1 /setup.py
parentb8d48b63cb41f92ae34401c1f0a49eb0fb5a4af9 (diff)
Bump version: 3.112 → 3.113v3.113
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 e17b83f5..b250e73d 100755
--- a/setup.py
+++ b/setup.py
@@ -66,7 +66,7 @@ def main() -> None:
setup(
name="kvmd",
- version="3.112",
+ version="3.113",
url="https://github.com/pikvm/kvmd",
license="GPLv3",
author="Maxim Devaev",