Skip to content

Commit

Permalink
update version on master
Browse files Browse the repository at this point in the history
  • Loading branch information
bobh66 committed Feb 18, 2021
1 parent 0ef8771 commit 42f8945
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.4.8"
__version__ = "0.5.0"
__author__ = "Robinhood Markets, Inc."
__contact__ = "schrohm@gmail.com, vpatki@wayfair.com"
__homepage__ = "https://github.com/faust-streaming/faust"
Expand Down

0 comments on commit 42f8945

Please sign in to comment.