diff options
author | Devaev Maxim <[email protected]> | 2018-11-24 21:56:15 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-11-24 21:56:15 +0300 |
commit | 26450da996b7bb9219cf796dec41221b6c078aa7 (patch) | |
tree | 67c7a5bf7298055369c9a3ba640bbf0a95032f0b /setup.py | |
parent | 3cc04c1e6ed39f4746de8df457c4e26b35effe54 (diff) |
Bump version: 0.106 → 0.107v0.107
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", |