Post release version bump

[skip ci]
This commit is contained in:
schutzbot 2022-08-03 08:18:04 +00:00
parent f3e2c8d5e9
commit f91bb0a24f
3 changed files with 3 additions and 3 deletions

View file

@ -11,7 +11,7 @@ independent of osbuild but used across the osbuild codebase.
from .pipeline import Manifest, Pipeline, Stage
__version__ = "63"
__version__ = "64"
__all__ = [
"Manifest",