Skip to content

Commit

Permalink
Upgrade slack-sdk to 3.5.0rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Apr 10, 2021
1 parent b3b55df commit b594174
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
exclude=["examples", "integration_tests", "tests", "tests.*",]
),
include_package_data=True, # MANIFEST.in
install_requires=["slack_sdk>=3.4.2,<4",],
install_requires=["slack_sdk>=3.5.0rc1,<4",],
setup_requires=["pytest-runner==5.2"],
tests_require=test_dependencies,
test_suite="tests",
Expand Down
2 changes: 1 addition & 1 deletion slack_bolt/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Check the latest version at https://pypi.org/project/slack-bolt/"""
__version__ = "1.4.4"
__version__ = "1.5.0b1"

0 comments on commit b594174

Please sign in to comment.