diff options
author | Maxim Devaev <[email protected]> | 2023-09-10 14:55:10 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2023-09-10 14:55:10 +0300 |
commit | 8f32f9ae112d33838bf7b960119c04e4aba2b86b (patch) | |
tree | 5d21e9c06514995208fd2951f9e3a7ca8a294bb2 /setup.py | |
parent | cec03c4468df87bcdc68f20c2cf51a7998c56ebd (diff) |
Bump version: 3.255 → 3.256v3.256
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="3.255", + version="3.256", url="https://github.com/pikvm/kvmd", license="GPLv3", author="Maxim Devaev", |