diff options
author | Devaev Maxim <[email protected]> | 2019-02-17 09:46:10 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2019-02-17 09:46:10 +0300 |
commit | 315842eed7a4b72e21318cb056f82c4a1b7d5547 (patch) | |
tree | 0f82533653d805a7a84066fbc34c3b7470f7c192 /setup.py | |
parent | 91350d0ddff4b62ecef133344abf3987bbeeb720 (diff) |
Bump version: 0.135 → 0.136v0.136
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.135", + version="0.136", url="https://github.com/pi-kvm/pi-kvm", license="GPLv3", author="Maxim Devaev", |