Skip to content

Commit

Permalink
Change version to 0.8.9 in preparaion of next release
Browse files Browse the repository at this point in the history
  • Loading branch information
wbarnha authored Sep 1, 2022
1 parent d0894e1 commit 6475f8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion faust/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import typing
from typing import Any, Mapping, NamedTuple, Optional, Sequence, Tuple

__version__ = "0.2.1"
__version__ = "0.8.9"
__author__ = "Robinhood Markets, Inc."
__contact__ = "[email protected], [email protected]"
__homepage__ = "https://github.com/faust-streaming/faust"
Expand Down

0 comments on commit 6475f8c

Please sign in to comment.