From 50772102063a0538270df45302e9a229880fd054 Mon Sep 17 00:00:00 2001 From: Vikram Patki 24489 Date: Thu, 18 Nov 2021 11:33:57 -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 433469ab2..65f7ad0e2 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.12" +__version__ = "0.6.13" __author__ = "Robinhood Markets, Inc." __contact__ = "schrohm@gmail.com, vpatki@wayfair.com" __homepage__ = "https://github.com/faust-streaming/faust"