From 0f4ce831b60f44738d949943a237784055244341 Mon Sep 17 00:00:00 2001 From: William Barnhart Date: Mon, 15 Aug 2022 18:50:38 -0400 Subject: [PATCH] set version to v0.8.8 --- faust/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/faust/__init__.py b/faust/__init__.py index 8b8ee2dee..4e8256dc2 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.7" +__version__ = "0.8.8" __author__ = "Robinhood Markets, Inc." __contact__ = "schrohm@gmail.com, vpatki@wayfair.com" __homepage__ = "https://github.com/faust-streaming/faust"