Skip to content

Commit ed05e57

Browse files
committed
bump version numbers for v8
1 parent ed87786 commit ed05e57

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mkosi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
from types import FrameType
5555

5656

57-
__version__ = '7'
57+
__version__ = '8'
5858

5959

6060
# These types are only generic during type checking and not at runtime, leading

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def run(self):
1818

1919
setup(
2020
name="mkosi",
21-
version="7",
21+
version="8",
2222
description="Create legacy-free OS images",
2323
url="https://github.com/systemd/mkosi",
2424
maintainer="mkosi contributors",

0 commit comments

Comments
 (0)