Release version 0.3.25

R=maruel

Change-Id: I7a0808df15aa41374073ca54071c5cea68bdbfa7
Reviewed-on: https://chromium-review.googlesource.com/1176721
Reviewed-by: Marc-Antoine Ruel <maruel@chromium.org>
Commit-Queue: Andrii Shyshkalov <tandrii@chromium.org>
diff --git a/expect_tests/__init__.py b/expect_tests/__init__.py
index 96bae7d..04a2303 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.24'
+__version__ = '0.3.25'
 __author__ = 'The Chromium Infrastructure Team'
 __email__ = 'infra-dev@chromium.org'
 __url__ = 'https://chromium.googlesource.com/infra/testing/expect_tests/'