diff options
author | Devaev Maxim <[email protected]> | 2019-02-10 04:55:47 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2019-02-10 04:55:47 +0300 |
commit | d2a6fa78c7a48b094f4d5a76a601da183d39dec8 (patch) | |
tree | 0e7fa1fbe0ed9b948ea701182a6abbd780493b22 /setup.py | |
parent | ca90f39687cd147979e05901db21031892f6d96a (diff) |
Bump version: 0.125 → 0.126v0.126
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.125", + version="0.126", url="https://github.com/pi-kvm/pi-kvm", license="GPLv3", author="Maxim Devaev", |