diff options
author | Devaev Maxim <[email protected]> | 2018-11-24 08:02:48 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-11-24 08:02:48 +0300 |
commit | b4639f7bb8c37cc421ce07d9baefeada129fd8c3 (patch) | |
tree | 6b5a3f664f27adc509ccd3ac42554036da8dc75a /setup.py | |
parent | 610237de15c3ca2001d1e3a67c61d78f6fbda880 (diff) |
Bump version: 0.105 → 0.106v0.106
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.105", + version="0.106", url="https://github.com/pi-kvm/pi-kvm", license="GPLv3", author="Maxim Devaev", |