diff options
author | Devaev Maxim <[email protected]> | 2018-12-18 04:33:53 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-12-18 04:33:53 +0300 |
commit | 8867b32356d0731dfffa2687e669cb9462f206b8 (patch) | |
tree | e4d675d85dc6f74b7c478d3c61c28c808dc373a7 /setup.py | |
parent | 94050d5a4931e4e68f4e35f93c397537ff3e3915 (diff) |
Bump version: 0.117 → 0.118v0.118
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.117", + version="0.118", url="https://github.com/pi-kvm/pi-kvm", license="GPLv3", author="Maxim Devaev", |