Skip to content

Commit

Permalink
version 1.2.0rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Jan 12, 2021
1 parent e5800a8 commit 0cda62a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion scripts/uninstall_all.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/bash

pip freeze | grep -v "^-e" | xargs pip uninstall -y
pip uninstall -y slack-bolt && \
pip freeze | grep -v "^-e" | xargs pip uninstall -y
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.2.0b7,<3.3",],
install_requires=["slack_sdk>=3.2.0rc1,<3.3",],
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.2.0b4 "
__version__ = "1.2.0rc1"

0 comments on commit 0cda62a

Please sign in to comment.