Skip to content

Commit 0f4ce83

Browse files
authored
set version to v0.8.8
1 parent ce53c40 commit 0f4ce83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.7"
26+
__version__ = "0.8.8"
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)