From 03122ca44669fa5da7fcbb1efa41564d19904b8a Mon Sep 17 00:00:00 2001 From: Vikram Patki 24489 Date: Tue, 30 Nov 2021 16:08:36 -0500 Subject: [PATCH] updating version --- faust/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/faust/__init__.py b/faust/__init__.py index f766b1220..6c5c3629d 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.6.14" +__version__ = "0.7.0" __author__ = "Robinhood Markets, Inc." __contact__ = "schrohm@gmail.com, vpatki@wayfair.com" __homepage__ = "https://github.com/faust-streaming/faust"