diff options
author | Maxim Devaev <[email protected]> | 2024-08-27 15:51:43 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2024-08-27 15:51:43 +0300 |
commit | cc66fbf1dfe134f97567358b7c795efac162d1b8 (patch) | |
tree | 985b73e8008fd17b3e42829dc08e64114f46b060 /setup.py | |
parent | 9dc2af0356346072981d6c570394a8e1ac03f684 (diff) |
Bump version: 4.7 → 4.8v4.8
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.7", + version="4.8", url="https://github.com/pikvm/kvmd", license="GPLv3", author="Maxim Devaev", |