diff --git a/osbuild.spec b/osbuild.spec index b07eefe3..c9766709 100644 --- a/osbuild.spec +++ b/osbuild.spec @@ -2,7 +2,7 @@ %global pkgdir %{_prefix}/lib/%{pypi_name} Name: %{pypi_name} -Version: 3 +Version: 5 Release: 1%{?dist} License: ASL 2.0 diff --git a/setup.py b/setup.py index ea186715..3b1d318c 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ import setuptools setuptools.setup( name="osbuild", - version="3", + version="5", description="A build system for OS images", packages=["osbuild"], license='Apache-2.0',