| Index: testing_support/__init__.py
|
| diff --git a/testing_support/__init__.py b/testing_support/__init__.py
|
| index d38d4fad673f2cf106d9945984ef3ad04e1bf50a..428c8a698dc19ef23e4907fe692da9bf5ecf7a09 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.3"
|
| +__version__ = "0.1.4"
|
| __author__ = 'The Chromium Infrastructure Team'
|
| __email__ = 'infra-dev@chromium.org'
|
| __url__ = 'https://chromium.googlesource.com/infra/testing/testing_support/'
|
|
|