From b8e81888b8ad509cef7ce1fef5e4defd10923668 Mon Sep 17 00:00:00 2001 From: Joe Alcorn Date: Sun, 5 May 2019 16:00:22 +0100 Subject: [PATCH] bump patch version --- laboratory/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/laboratory/__init__.py b/laboratory/__init__.py index a08f8f0..ea00c9b 100644 --- a/laboratory/__init__.py +++ b/laboratory/__init__.py @@ -1,6 +1,6 @@ from .exceptions import LaboratoryException, MismatchException from .experiment import Experiment -__version__ = '1.0.1' +__version__ = '1.0.2' __all__ = ('Experiment', 'LaboratoryException', 'MismatchException')