Compare commits
2 Commits
main
...
v4.8.0.pos
Author | SHA1 | Date |
---|---|---|
|
803ea74b3b | |
|
1555080e7f |
|
@ -1,4 +1,4 @@
|
||||||
"""Version of PodmanPy."""
|
"""Version of PodmanPy."""
|
||||||
|
|
||||||
__version__ = "4.8.0"
|
__version__ = "4.8.0.post1"
|
||||||
__compatible_version__ = "1.40"
|
__compatible_version__ = "1.40"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[metadata]
|
[metadata]
|
||||||
name = podman
|
name = podman
|
||||||
version = 4.8.0
|
version = 4.8.0.post1
|
||||||
author = Brent Baude, Jhon Honce
|
author = Brent Baude, Jhon Honce
|
||||||
author_email = jhonce@redhat.com
|
author_email = jhonce@redhat.com
|
||||||
description = Bindings for Podman RESTful API
|
description = Bindings for Podman RESTful API
|
||||||
|
|
Loading…
Reference in New Issue