diff options
author | Maxim Devaev <[email protected]> | 2021-08-21 12:48:22 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2021-08-21 12:48:22 +0300 |
commit | 0a27176c5cbe1f417b8f893710e5030fa67af43c (patch) | |
tree | cd95405e9cc138f27fe9f027e5848aa15cc9ee61 /setup.py | |
parent | 89c8a0cb4989cafeccd167d7b035d3ddcecc709d (diff) |
Bump version: 3.19 → 3.20v3.20
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="3.19", + version="3.20", url="https://github.com/pikvm/kvmd", license="GPLv3", author="Maxim Devaev", |