diff options
author | Devaev Maxim <[email protected]> | 2019-04-13 22:06:57 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2019-04-13 22:06:57 +0300 |
commit | 92260645c57689665c1fcd3f65b79a059d99d421 (patch) | |
tree | f39f191871b8da1ee3f2757c3447965efd941f25 /setup.py | |
parent | cb56aeea0a46ac4d7588593ba5bb1f9f725e548c (diff) |
Bump version: 0.151 → 0.152v0.152
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.151", + version="0.152", url="https://github.com/pi-kvm/kvmd", license="GPLv3", author="Maxim Devaev", |