From da4dcc48f78b7e373cc7960b2e6e2451b5944e40 Mon Sep 17 00:00:00 2001 From: Till Hoffmann Date: Tue, 28 Apr 2020 10:23:09 +0100 Subject: [PATCH] Bump version 2.7.0 to 3.0.0. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index da900cbd..228da952 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setuptools.setup( name='testcontainers', packages=setuptools.find_packages(exclude=['tests']), - version='2.7.0', + version='3.0.0', description='Library provides lightweight, throwaway instances of common databases, Selenium ' 'web browsers, or anything else that can run in a Docker container', author='Sergey Pirogov',