diff options
author | Devaev Maxim <[email protected]> | 2019-07-14 05:13:49 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2019-07-14 05:13:49 +0300 |
commit | 46e4f89b566697d0f5f25f4524fd1aa455a018d3 (patch) | |
tree | d198e2d01368e87ec3429a13b7fba425aa8c1d43 /setup.py | |
parent | 66e30489a5d2f491ba6c6ef9802a94a75cfe43d5 (diff) |
Bump version: 1.0 → 1.1v1.1
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -67,7 +67,7 @@ def main() -> None: setup( name="kvmd", - version="1.0", + version="1.1", url="https://github.com/pi-kvm/kvmd", license="GPLv3", author="Maxim Devaev", |