We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9aa5f5a commit 008ce9cCopy full SHA for 008ce9c
osbuild.spec
@@ -1,7 +1,7 @@
1
%global forgeurl https://github.com/osbuild/osbuild
2
%global selinuxtype targeted
3
4
-Version: 172
+Version: 173
5
%global osbuild_initrd_version 0.1
6
7
%forgemeta
osbuild/__init__.py
@@ -10,7 +10,7 @@
10
11
from .pipeline import Manifest, Pipeline, Stage
12
13
-__version__ = "172"
+__version__ = "173"
14
15
__all__ = [
16
"Manifest",
setup.py
@@ -2,7 +2,7 @@
setuptools.setup(
name="osbuild",
- version="172",
+ version="173",
description="A build system for OS images",
packages=[
8
"osbuild",
0 commit comments