13
This completes the development of osbuild version 13.
This commit is contained in:
parent
975ef7ff54
commit
245809f40d
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
%global forgeurl https://github.com/osbuild/osbuild
|
||||
|
||||
Version: 12
|
||||
Version: 13
|
||||
|
||||
%forgemeta
|
||||
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -2,7 +2,7 @@ import setuptools
|
|||
|
||||
setuptools.setup(
|
||||
name="osbuild",
|
||||
version="12",
|
||||
version="13",
|
||||
description="A build system for OS images",
|
||||
packages=["osbuild", "osbuild.util"],
|
||||
license='Apache-2.0',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue