We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1d99b26 + 0c9d0df commit a6630adCopy full SHA for a6630ad
podman/version.py
@@ -1,4 +1,4 @@
1
"""Version of PodmanPy."""
2
3
-__version__ = "4.9.0-dev"
+__version__ = "4.9.0"
4
__compatible_version__ = "1.40"
setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = podman
-version = 4.9.0-dev
+version = 4.9.0
author = Brent Baude, Jhon Honce
5
author_email = [email protected]
6
description = Bindings for Podman RESTful API
0 commit comments