From 1436a150635537c4e4396e2e70d0e0668c77e1e4 Mon Sep 17 00:00:00 2001 From: Vincent Michel Date: Thu, 31 Jan 2019 16:07:00 +0100 Subject: [PATCH] Bump version 0.3.0 --- hypothesis_trio/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hypothesis_trio/_version.py b/hypothesis_trio/_version.py index 0a92cf7..f879b44 100644 --- a/hypothesis_trio/_version.py +++ b/hypothesis_trio/_version.py @@ -1,3 +1,3 @@ # This file is imported from __init__.py and exec'd from setup.py -__version__ = "0.2.2" +__version__ = "0.3.0"