Skip to content

Commit 825a1a5

Browse files
authoredMar 11, 2024
Fix 4.0.1 (#467)
thank you release please 🙃
1 parent 1ac8c24 commit 825a1a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "4.0.1"
2+
".": "4.0.0"
33
}

‎pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "testcontainers"
3-
version = "4.0.1" # auto-incremented by release-please
3+
version = "4.0.0" # auto-incremented by release-please
44
description = "Python library for throwaway instances of anything that can run in a Docker container"
55
authors = ["Sergey Pirogov <automationremarks@gmail.com>"]
66
maintainers = [

0 commit comments

Comments
 (0)