| Index: expect_tests/__init__.py
|
| diff --git a/expect_tests/__init__.py b/expect_tests/__init__.py
|
| index 3bca47dddc4c346d387a84cf61be25adfa032316..c9ccf5ad66776994f8ef10243ada414876a4b63d 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.18'
|
| +__version__ = '0.3.19'
|
| __author__ = 'The Chromium Infrastructure Team'
|
| __email__ = 'infra-dev@chromium.org'
|
| __url__ = 'https://chromium.googlesource.com/infra/testing/expect_tests/'
|
|
|