From a86d200b5b398cc558a48bc13f8b902914eae2d6 Mon Sep 17 00:00:00 2001 From: Keegan Landrigan Date: Thu, 11 Jun 2020 09:33:29 -0700 Subject: [PATCH] version var --> 1.10 --- dispatch/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dispatch/__init__.py b/dispatch/__init__.py index 1b6caa8e7..e9057461f 100644 --- a/dispatch/__init__.py +++ b/dispatch/__init__.py @@ -1,3 +1,3 @@ -__version__ = '1.0.3' +__version__ = '1.1.0'