From 1ac8c24d58e93ead951342dcc36e6f8cee2b5fa7 Mon Sep 17 00:00:00 2001 From: David Ankin Date: Mon, 11 Mar 2024 07:27:04 -0400 Subject: [PATCH] fix: go back to 4.0.1 (#465) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8f18aad9..e1008e8d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "testcontainers" -version = "4.1.0" # auto-incremented by release-please +version = "4.0.1" # auto-incremented by release-please description = "Python library for throwaway instances of anything that can run in a Docker container" authors = ["Sergey Pirogov "] maintainers = [