Skip to content

Commit c35cbdf

Browse files
committed
version 1.1.0rc1
1 parent cb21b23 commit c35cbdf

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
@@ -16,7 +16,7 @@
1616
"pytest-cov>=2,<3",
1717
"pytest-asyncio<1", # for async
1818
"aiohttp>=3,<4", # for async
19-
"black==19.10b0",
19+
"black==19.10b0", # TODO: upgrading the version
2020
]
2121

2222
setuptools.setup(
@@ -33,7 +33,7 @@
3333
exclude=["examples", "integration_tests", "tests", "tests.*",]
3434
),
3535
include_package_data=True, # MANIFEST.in
36-
install_requires=["slack_sdk==3.1.0b2",],
36+
install_requires=["slack_sdk>=3.1.0rc1,<3.2",],
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.1"
1+
__version__ = "1.1.0rc1"

0 commit comments

Comments
 (0)