Skip to content

Commit

Permalink
Post release version bump
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
schutzbot committed Oct 23, 2024
1 parent f9873e4 commit 0cf3cf9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion osbuild.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%global forgeurl https://github.com/osbuild/osbuild
%global selinuxtype targeted

Version: 132
Version: 133

%forgemeta

Expand Down
2 changes: 1 addition & 1 deletion osbuild/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

from .pipeline import Manifest, Pipeline, Stage

__version__ = "132"
__version__ = "133"

__all__ = [
"Manifest",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setuptools.setup(
name="osbuild",
version="132",
version="133",
description="A build system for OS images",
packages=[
"osbuild",
Expand Down

0 comments on commit 0cf3cf9

Please sign in to comment.