Skip to content

Commit

Permalink
Bump version to 4.8.0.post1
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
umohnani8 committed Nov 29, 2023
1 parent 29e7a06 commit 1555080
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion podman/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Version of PodmanPy."""

__version__ = "4.8.0"
__version__ = "4.8.0.post1"
__compatible_version__ = "1.40"
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = podman
version = 4.8.0
version = 4.8.0.post1
author = Brent Baude, Jhon Honce
author_email = [email protected]
description = Bindings for Podman RESTful API
Expand Down

0 comments on commit 1555080

Please sign in to comment.