diff --git a/podman/tests/__init__.py b/podman/tests/__init__.py index b5926d49..d48e5284 100644 --- a/podman/tests/__init__.py +++ b/podman/tests/__init__.py @@ -3,5 +3,5 @@ # Do not auto-update these from version.py, # as test code should be changed to reflect changes in Podman API versions BASE_SOCK = "unix:///run/api.sock" -LIBPOD_URL = "http://%2Frun%2Fapi.sock/v3.2.0/libpod" +LIBPOD_URL = "http://%2Frun%2Fapi.sock/v3.2.1/libpod" COMPATIBLE_URL = "http://%2Frun%2Fapi.sock/v1.40" diff --git a/podman/version.py b/podman/version.py index 0ea7882a..f4cbf9bf 100644 --- a/podman/version.py +++ b/podman/version.py @@ -1,4 +1,4 @@ """Version of PodmanPy.""" -__version__ = "3.2.0" +__version__ = "3.2.1" __compatible_version__ = "1.40"