summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMaxim Devaev <[email protected]>2023-10-26 11:02:50 +0300
committerMaxim Devaev <[email protected]>2023-10-26 11:02:50 +0300
commitc7a83be9fe489e4558a0ca04f65273831b827cb0 (patch)
treed305c81e466675ec1cb6b5cd6b089c21f0181ea5 /setup.py
parent71cdddfd43f2f4b2d702193bee96c1c78dce7d15 (diff)
Bump version: 3.267 → 3.268v3.268
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 4fb8efde..d29468a6 100755
--- a/setup.py
+++ b/setup.py
@@ -56,7 +56,7 @@ def main() -> None:
setup(
name="kvmd",
- version="3.267",
+ version="3.268",
url="https://github.com/pikvm/kvmd",
license="GPLv3",
author="Maxim Devaev",