diff options
author | Maxim Devaev <[email protected]> | 2021-12-31 14:52:09 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2021-12-31 14:52:09 +0300 |
commit | f1d018bef4a4499655bcdd828b2c5b292dddb542 (patch) | |
tree | fd94d6c756612cdc8eab004302aca055e7d5a1d4 /setup.py | |
parent | 015086b06899cb2e1824536fa02f628310fb9086 (diff) |
Bump version: 3.51 → 3.52v3.52
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -66,7 +66,7 @@ def main() -> None: setup( name="kvmd", - version="3.51", + version="3.52", url="https://github.com/pikvm/kvmd", license="GPLv3", author="Maxim Devaev", |