From c38850a53a92f20af0ea7658604cfd70ea5f2fa3 Mon Sep 17 00:00:00 2001 From: Matthew Wardrop Date: Mon, 16 Jul 2018 13:09:14 -0700 Subject: [PATCH] Bump version to 0.8.1 --- omniduct/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/omniduct/_version.py b/omniduct/_version.py index 514130a..958466b 100644 --- a/omniduct/_version.py +++ b/omniduct/_version.py @@ -5,7 +5,7 @@ __author__ = "Matthew Wardrop, Dan Frank" __author_email__ = "matthew.wardrop@airbnb.com, dan.frank@airbnb.com" -__version__ = "0.8.0" +__version__ = "0.8.1" # These are the core dependencies, and should not include those which are used only in handling specific protocols.