From e3222fa8b247ebc4a28cdfa1700875f6ee0a7c0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20August=C3=BDn?= Date: Thu, 25 Jan 2024 11:46:30 +0100 Subject: [PATCH] chore: version bump --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 4c81e8f..598a54b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = pytest-docker -version = 2.0.1 +version = 2.1.0 description = Simple pytest fixtures for Docker and Docker Compose based tests long_description = file: README.md long_description_content_type = text/markdown