From 9a42a580fef21c3231b2367ed4c3d3c3e11d268b Mon Sep 17 00:00:00 2001 From: Vikram Patki 24489 Date: Mon, 4 Jan 2021 16:32:28 -0500 Subject: [PATCH] updating version to 0.4.1 --- faust/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/faust/__init__.py b/faust/__init__.py index 52d9c65b7..52cd2fd8d 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.4.0" +__version__ = "0.4.1" __author__ = "Robinhood Markets, Inc." __contact__ = "schrohm@gmail.com, vpatki@wayfair.com" __homepage__ = "https://github.com/faust-streaming/faust"