diff options
author | Maxim Devaev <[email protected]> | 2024-12-30 18:56:38 +0200 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2024-12-30 18:56:38 +0200 |
commit | ebda7ea03d178ebf93f115eaa75cf059e010cd96 (patch) | |
tree | 8062718e95bd1cdab24e65f9c9041ff97dcd4c4d /setup.py | |
parent | fed3bf1efdea7528919eb9f318c5ada2dcf35410 (diff) |
Bump version: 4.32 → 4.33v4.33
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -56,7 +56,7 @@ def main() -> None: setup( name="kvmd", - version="4.32", + version="4.33", url="https://github.com/pikvm/kvmd", license="GPLv3", author="Maxim Devaev", |