From ba2c65d5efacf042195e2d9c21968d778bb6ff35 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Sun, 19 May 2019 15:21:12 +0100 Subject: [PATCH] Bump version for release. --- mitogen/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mitogen/__init__.py b/mitogen/__init__.py index 048798d9..47fe4d38 100644 --- a/mitogen/__init__.py +++ b/mitogen/__init__.py @@ -35,7 +35,7 @@ be expected. On the slave, it is built dynamically during startup. #: Library version as a tuple. -__version__ = (0, 2, 6) +__version__ = (0, 2, 7) #: This is :data:`False` in slave contexts. Previously it was used to prevent