summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2018-11-24 21:56:15 +0300
committerDevaev Maxim <[email protected]>2018-11-24 21:56:15 +0300
commit26450da996b7bb9219cf796dec41221b6c078aa7 (patch)
tree67c7a5bf7298055369c9a3ba640bbf0a95032f0b /setup.py
parent3cc04c1e6ed39f4746de8df457c4e26b35effe54 (diff)
Bump version: 0.106 → 0.107v0.107
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 a5776a3f..b4be8183 100755
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,7 @@ from setuptools import setup
def main() -> None:
setup(
name="kvmd",
- version="0.106",
+ version="0.107",
url="https://github.com/pi-kvm/pi-kvm",
license="GPLv3",
author="Maxim Devaev",