Skip to content

Commit eb746e1

Browse files
committed
version 1.0.0
1 parent ce1a00b commit eb746e1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Bolt ![Bolt logo](docs/assets/bolt-logo.svg) for Python (beta)
1+
# Bolt ![Bolt logo](docs/assets/bolt-logo.svg) for Python
22

33
[![Python Version][python-version]][pypi-url]
44
[![pypi package][pypi-image]][pypi-url]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.0.0rc3",],
36+
install_requires=["slack_sdk>=3.0.0",],
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.0rc2"
1+
__version__ = "1.0.0"

0 commit comments

Comments
 (0)