Skip to content

Commit 02b3a6e

Browse files
committed
bump version
Signed-off-by: Sylvain Hellegouarch <sh@defuze.org>
1 parent 6e5d70c commit 02b3a6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chaosslack/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from slack_sdk import WebClient
1313

1414
__all__ = ["get_client", "get_channel_id", "discover"]
15-
__version__ = "0.7.0"
15+
__version__ = "0.8.0"
1616

1717

1818
def get_client(secrets: Secrets) -> WebClient:

0 commit comments

Comments
 (0)