| Index: testing_support/__init__.py
|
| diff --git a/testing_support/__init__.py b/testing_support/__init__.py
|
| index 2d84dec3d957968e8b3cb48c1061919035fb7ff5..41cf974ef1f6ae95ca8b9d51cf59fb40a281e570 100644
|
| --- a/testing_support/__init__.py
|
| +++ b/testing_support/__init__.py
|
| @@ -4,7 +4,7 @@
|
|
|
| """Utilities to support writing unittests for infra-related tools."""
|
|
|
| -__version__ = '0.1.9'
|
| +__version__ = '0.2.0'
|
| __author__ = 'The Chromium Infrastructure Team'
|
| __email__ = 'infra-dev@chromium.org'
|
| __url__ = 'https://chromium.googlesource.com/infra/testing/testing_support/'
|
|
|