Skip to content

Commit 948a60c

Browse files
committed
version 1.0.0rc2
1 parent 81f9d0c commit 948a60c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@
2828
description="The Bolt Framework for Python",
2929
long_description=long_description,
3030
long_description_content_type="text/markdown",
31-
url="https://github.com/slackapi/bolt-python",
31+
url="https://github.com/slackapi/boseratlt-python",
3232
packages=setuptools.find_packages(
3333
exclude=["examples", "integration_tests", "tests", "tests.*",]
3434
),
3535
include_package_data=True, # MANIFEST.in
36-
install_requires=["slack_sdk>=3.0.0rc2",],
36+
install_requires=["slack_sdk>=3.0.0rc3",],
3737
setup_requires=["pytest-runner==5.2"],
3838
tests_require=test_dependencies,
3939
test_suite="tests",

slack_bolt/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.0rc1"
1+
__version__ = "1.0.0rc2"

0 commit comments

Comments
 (0)