From 1555080e7f415b63d312806b8f2f5630936de205 Mon Sep 17 00:00:00 2001 From: Urvashi Mohnani Date: Tue, 28 Nov 2023 06:29:59 -0500 Subject: [PATCH] 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 --- podman/version.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/podman/version.py b/podman/version.py index 6ce43b01..9f59f80b 100644 --- a/podman/version.py +++ b/podman/version.py @@ -1,4 +1,4 @@ """Version of PodmanPy.""" -__version__ = "4.8.0" +__version__ = "4.8.0.post1" __compatible_version__ = "1.40" diff --git a/setup.cfg b/setup.cfg index 2c2be1a2..02537ccf 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = podman -version = 4.8.0 +version = 4.8.0.post1 author = Brent Baude, Jhon Honce author_email = jhonce@redhat.com description = Bindings for Podman RESTful API