Skip to content

Commit 681c2c9

Browse files
authored
Update version to 0.8.7
1 parent 79d672c commit 681c2c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

faust/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
import typing
2424
from typing import Any, Mapping, NamedTuple, Optional, Sequence, Tuple
2525

26-
__version__ = "0.8.6"
26+
__version__ = "0.8.7"
2727
__author__ = "Robinhood Markets, Inc."
2828
__contact__ = "schrohm@gmail.com, vpatki@wayfair.com"
2929
__homepage__ = "https://github.com/faust-streaming/faust"

0 commit comments

Comments
 (0)