We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e665eac commit d3ae068Copy full SHA for d3ae068
chaosslack/__init__.py
@@ -12,7 +12,7 @@
12
from slack_sdk import WebClient
13
14
__all__ = ["get_client", "get_channel_id", "discover"]
15
-__version__ = "0.8.0"
+__version__ = "0.9.0"
16
17
18
def get_client(secrets: Secrets) -> WebClient:
0 commit comments