We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7942ea commit c081c18Copy full SHA for c081c18
setup.py
@@ -16,7 +16,7 @@
16
setuptools.setup(
17
name='testcontainers',
18
packages=setuptools.find_packages(exclude=['tests']),
19
- version='2.1.3',
+ version='2.2',
20
description=('Library provides lightweight, throwaway '
21
'instances of common databases, '
22
'Selenium web browsers, or anything else that can '
0 commit comments