From 681c2c946200de1dc12b678eb15d2d1e3e0fbd04 Mon Sep 17 00:00:00 2001 From: William Barnhart Date: Wed, 10 Aug 2022 21:49:43 -0400 Subject: [PATCH] Update version to 0.8.7 --- faust/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/faust/__init__.py b/faust/__init__.py index ff43ad7b2..8b8ee2dee 100644 --- a/faust/__init__.py +++ b/faust/__init__.py @@ -23,7 +23,7 @@ import typing from typing import Any, Mapping, NamedTuple, Optional, Sequence, Tuple -__version__ = "0.8.6" +__version__ = "0.8.7" __author__ = "Robinhood Markets, Inc." __contact__ = "schrohm@gmail.com, vpatki@wayfair.com" __homepage__ = "https://github.com/faust-streaming/faust"