diff options
author | Devaev Maxim <[email protected]> | 2019-02-11 02:04:03 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2019-02-11 02:04:03 +0300 |
commit | cdddf10b5d2e4a87d8a4276e197e828f89e12be5 (patch) | |
tree | ab2fe10c98b7270d47c20f93794a70ee4d3b22b1 /setup.py | |
parent | afc4918f34d10440595caed8d35a9ca69df44cfd (diff) |
Bump version: 0.126 → 0.127v0.127
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.126", + version="0.127", url="https://github.com/pi-kvm/pi-kvm", license="GPLv3", author="Maxim Devaev", |