From 1e3c1a3410e7a92c0b3f5d9e59a553ba3d790dce Mon Sep 17 00:00:00 2001 From: Nicholas Lambourne Date: Tue, 19 Nov 2024 18:00:13 +1000 Subject: [PATCH] . --- README.md | 2 +- docs_src/usage/sending_messages.md | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 ",