From e963706347793b91777349d25d09408b4f4088d8 Mon Sep 17 00:00:00 2001 From: Vikram Patki 24489 Date: Tue, 11 Jan 2022 15:28:31 -0500 Subject: [PATCH] updating master version --- faust/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/faust/__init__.py b/faust/__init__.py index 2ab0a5005..052c9cfa2 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.0" +__version__ = "0.8.1" __author__ = "Robinhood Markets, Inc." __contact__ = "schrohm@gmail.com, vpatki@wayfair.com" __homepage__ = "https://github.com/faust-streaming/faust"