Compare commits

...

2 Commits

Author SHA1 Message Date
openshift-merge-bot[bot] 803ea74b3b
Merge pull request #347 from umohnani8/4.8.0-1
Bump version to 4.8.0.post1
2023-11-29 13:05:43 +00:00
Urvashi Mohnani 1555080e7f Bump version to 4.8.0.post1
Had an issue with the 4.8.0 release on pypi and we can't
repush changes with the same version again so need to bump
to a minor version to be able to publish on pypi again.

Signed-off-by: Urvashi Mohnani <umohnani@redhat.com>
2023-11-29 07:41:41 -05:00
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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