| Index: expect_tests/__init__.py
|
| diff --git a/expect_tests/__init__.py b/expect_tests/__init__.py
|
| index f445a176f32e3291c506719e00a99ba3e4d19390..b0b71e232cf90be6082c980b5e88e5c597ae8db0 100644
|
| --- a/expect_tests/__init__.py
|
| +++ b/expect_tests/__init__.py
|
| @@ -6,7 +6,7 @@
|
| A parallelized, coverage-collecting, expectation-based testing framework.
|
| """
|
|
|
| -__version__ = '0.3.10'
|
| +__version__ = '0.3.11'
|
| __author__ = 'The Chromium Infrastructure Team'
|
| __email__ = 'infra-dev@chromium.org'
|
| __url__ = 'https://chromium.googlesource.com/infra/testing/expect_tests/'
|
|
|