diff options
author | Devaev Maxim <[email protected]> | 2019-02-18 00:58:38 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2019-02-18 00:58:38 +0300 |
commit | 35075fbe30804e6a68892b61eeaa20e92491a375 (patch) | |
tree | ad8705838352058ebde9c95575bcf34144d9656a /setup.py | |
parent | 316700422d93edf81bae94d3dc09db0892fd5e4c (diff) |
Bump version: 0.137 → 0.138v0.138
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.137", + version="0.138", url="https://github.com/pi-kvm/pi-kvm", license="GPLv3", author="Maxim Devaev", |