Skip to content

Commit c4d14e2

Browse files
alexanderankinbstrausser
authored andcommitted
Fix 4.0.1 (testcontainers#467)
thank you release please 🙃
1 parent e309b3e commit c4d14e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/.release-please-manifest.json

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
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 <[email protected]>"]
66
maintainers = [

0 commit comments

Comments
 (0)