Skip to content

Commit cf322cf

Browse files
committed
version 1.7.0
1 parent eb237ad commit cf322cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
),
4242
include_package_data=True, # MANIFEST.in
4343
install_requires=[
44-
"slack_sdk>=3.8.0rc2,<4",
44+
"slack_sdk>=3.8.0,<4",
4545
],
4646
setup_requires=["pytest-runner==5.2"],
4747
tests_require=test_dependencies,

slack_bolt/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""Check the latest version at https://pypi.org/project/slack-bolt/"""
2-
__version__ = "1.7.0rc2"
2+
__version__ = "1.7.0"

0 commit comments

Comments
 (0)