Skip to content

Commit

Permalink
version 1.1.0rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Dec 1, 2020
1 parent cb21b23 commit c35cbdf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"pytest-cov>=2,<3",
"pytest-asyncio<1", # for async
"aiohttp>=3,<4", # for async
"black==19.10b0",
"black==19.10b0", # TODO: upgrading the version
]

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

0 comments on commit c35cbdf

Please sign in to comment.