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.
2 parents 30433d2 + 1dc01d3 commit da691bdCopy full SHA for da691bd
setup.cfg
@@ -1,3 +1,10 @@
1
+[bumpversion]
2
+current_version = 2.6.0
3
+tag = True
4
+commit = True
5
+
6
+[bumpversion:file:setup.py]
7
8
[bdist_wheel]
9
universal = 1
10
setup.py
@@ -19,7 +19,7 @@
19
setuptools.setup(
20
name='testcontainers',
21
packages=setuptools.find_packages(exclude=['tests']),
22
- version='2.5.0',
+ version='2.6.0',
23
description='Library provides lightweight, throwaway instances of common databases, Selenium '
24
'web browsers, or anything else that can run in a Docker container',
25
author='Sergey Pirogov',
0 commit comments