From cd9495ead0811746fb5c965b884e5f8973034f5d Mon Sep 17 00:00:00 2001 From: Matthew Wardrop Date: Wed, 8 Aug 2018 13:25:29 -0700 Subject: [PATCH] Bump version to 0.8.7 --- omniduct/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/omniduct/_version.py b/omniduct/_version.py index f9f1e09..894f409 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.6" +__version__ = "0.8.7" # These are the core dependencies, and should not include those which are used only in handling specific protocols.