Skip to content

Commit

Permalink
bump to v4.0.1
Browse files Browse the repository at this point in the history
bumping version numbers to v4.0.1, tag to come soon

Signed-off-by: Charlie Doern <[email protected]>
  • Loading branch information
cdoern committed Oct 6, 2022
1 parent aaedfb8 commit b500bcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ DESTDIR ?=
EPOCH_TEST_COMMIT ?= $(shell git merge-base $${DEST_BRANCH:-main} HEAD)
HEAD ?= HEAD

export PODMAN_VERSION ?= "4.0.0"
export PODMAN_VERSION ?= "4.0.1"

.PHONY: podman
podman:
Expand Down
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.0.0"
__version__ = "4.0.1"
__compatible_version__ = "1.40"

0 comments on commit b500bcc

Please sign in to comment.