diff --git a/faust/__init__.py b/faust/__init__.py index 707912cf..d5febf34 100644 --- a/faust/__init__.py +++ b/faust/__init__.py @@ -24,7 +24,7 @@ from typing import Any, Mapping, NamedTuple, Optional, Sequence, Tuple -__version__ = '1.12.3' +__version__ = '1.13.0' __author__ = 'Robinhood Markets, Inc.' __contact__ = 'contact@fauststream.com' __homepage__ = 'http://faust.readthedocs.io/'