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 Nov 20, 2024
1 parent a8e8ebd commit 349c192
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: 134
Version: 135

%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__ = "134"
__version__ = "135"

__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="134",
version="135",
description="A build system for OS images",
packages=[
"osbuild",
Expand Down

0 comments on commit 349c192

Please sign in to comment.