diff options
author | Devaev Maxim <[email protected]> | 2019-04-25 04:15:59 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2019-04-25 04:15:59 +0300 |
commit | a89612e5ac6ae03089500768bed9ef049ce75c4b (patch) | |
tree | d290335938328444201e59268a1587116b8cdb9d /setup.py | |
parent | 73bfd715e3d83b777530252ef06e6fad702dd036 (diff) |
Bump version: 0.155 → 0.156v0.156
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.155", + version="0.156", url="https://github.com/pi-kvm/kvmd", license="GPLv3", author="Maxim Devaev", |