diff --git a/setup.py b/setup.py index 4cf96915..b1b1e308 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setuptools.setup( name='testcontainers', packages=setuptools.find_packages(exclude=['tests']), - version='3.0.2', + version='3.0.3', 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',