diff --git a/man/mkosi.1 b/man/mkosi.1 index 00c9a3519..e5d31446d 100644 --- a/man/mkosi.1 +++ b/man/mkosi.1 @@ -1,5 +1,5 @@ -.\"t -.\" Automatically generated by Pandoc 2.10.1 +'\" t +.\" Automatically generated by Pandoc 2.11.1 .\" .TH "mkosi" "1" "2016-" "" "" .hy diff --git a/mkosi/__init__.py b/mkosi/__init__.py index 53b0240bc..e4c677378 100644 --- a/mkosi/__init__.py +++ b/mkosi/__init__.py @@ -54,7 +54,7 @@ from types import FrameType -__version__ = '6' +__version__ = '7' # These types are only generic during type checking and not at runtime, leading diff --git a/setup.py b/setup.py index d1b470573..0fbf167cf 100755 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ def run(self): setup( name="mkosi", - version="6", + version="7", description="Create legacy-free OS images", url="https://github.com/systemd/mkosi", maintainer="mkosi contributors",