diff --git a/python_testcontainers/pyproject.toml b/python_testcontainers/pyproject.toml index 930549f983..9235f92c79 100644 --- a/python_testcontainers/pyproject.toml +++ b/python_testcontainers/pyproject.toml @@ -1,11 +1,11 @@ [project] -name = "infrahub-testing" -version = "1.1.0b2" +name = "infrahub-testcontainers" +version = "1.1.0" requires-python = ">=3.9" [tool.poetry] name = "infrahub-testcontainers" -version = "1.1.0b2" +version = "1.1.0" description = "Testcontainers instance for Infrahub to easily build integration tests" authors = ["OpsMill "] readme = "README.md"