Skip to content

Commit b500bcc

Browse files
committed
bump to v4.0.1
bumping version numbers to v4.0.1, tag to come soon Signed-off-by: Charlie Doern <[email protected]>
1 parent aaedfb8 commit b500bcc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ DESTDIR ?=
88
EPOCH_TEST_COMMIT ?= $(shell git merge-base $${DEST_BRANCH:-main} HEAD)
99
HEAD ?= HEAD
1010

11-
export PODMAN_VERSION ?= "4.0.0"
11+
export PODMAN_VERSION ?= "4.0.1"
1212

1313
.PHONY: podman
1414
podman:

podman/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Version of PodmanPy."""
22

3-
__version__ = "4.0.0"
3+
__version__ = "4.0.1"
44
__compatible_version__ = "1.40"

0 commit comments

Comments
 (0)