diff options
author | Devaev Maxim <[email protected]> | 2019-04-10 23:11:08 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2019-04-10 23:11:08 +0300 |
commit | 8d12c7fda8a259251983b3f4cbf6de0f5f3f40a9 (patch) | |
tree | f184cb78cac848416cbad9158d7076cd64b4afd2 /setup.py | |
parent | 35c58066615905e716c223954ae569d92cdd8028 (diff) |
Bump version: 0.149 → 0.150v0.150
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ from setuptools import setup def main() -> None: setup( name="kvmd", - version="0.149", + version="0.150", url="https://github.com/pi-kvm/kvmd", license="GPLv3", author="Maxim Devaev", |