Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklambourne committed Nov 19, 2024
1 parent dce3c2f commit 1e3c1a3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down
2 changes: 1 addition & 1 deletion docs_src/usage/sending_messages.md
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand Down

0 comments on commit 1e3c1a3

Please sign in to comment.