diff options
author | Devaev Maxim <[email protected]> | 2018-12-04 20:47:25 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-12-04 20:47:25 +0300 |
commit | d4d15d8b745962d7b6ba556f7026dda377595f62 (patch) | |
tree | a3b57dcfb3ea7ecb3a52fd31060ad777517916db /setup.py | |
parent | 4f901d2f78d51b9613e8a88f612653fa65b1e2dc (diff) |
Bump version: 0.108 → 0.109v0.109
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.108", + version="0.109", url="https://github.com/pi-kvm/pi-kvm", license="GPLv3", author="Maxim Devaev", |