diff options
author | Devaev Maxim <[email protected]> | 2019-03-16 01:45:21 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2019-03-16 01:45:21 +0300 |
commit | d1a6d79af5043ba8c0b2e085e0ca32922d8b23e1 (patch) | |
tree | ff3ef2173fe2dd029b6e8252451932b0d581102a /setup.py | |
parent | 87e53ee6307c8f841a5291852ab9cb18f3721e3d (diff) |
Bump version: 0.142 → 0.143v0.143
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.142", + version="0.143", url="https://github.com/pi-kvm/pi-kvm", license="GPLv3", author="Maxim Devaev", |