diff --git a/README.md b/README.md index e74aa51..9d4b698 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ the [(Legacy) Python Slack Client](https://pypi.org/project/slackclient/) in ord ```python from os import environ -from slack_sdk import WebClient +from slack import WebClient from slackblocks import Message, SectionBlock diff --git a/docs_src/usage/sending_messages.md b/docs_src/usage/sending_messages.md index 908b040..ca22257 100644 --- a/docs_src/usage/sending_messages.md +++ b/docs_src/usage/sending_messages.md @@ -54,7 +54,7 @@ An example of this is provided below along with the JSON result of rendering the === "Python (`slackblocks`)" ```python from os import environ - from slack_sdk import WebClient + from slack import WebClient from slackblocks import Message, SectionBlock diff --git a/pyproject.toml b/pyproject.toml index a35472a..edc5387 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "slackblocks" -version = "1.0.12" +version = "1.0.13" description = "Python wrapper for the Slack Blocks API" authors = [ "Nicholas Lambourne ",