Skip to content

Commit ee78eed

Browse files
authored
Bumping version and updating Readme (slackapi#404)
1 parent 424f840 commit ee78eed

File tree

3 files changed

+3
-11
lines changed

3 files changed

+3
-11
lines changed

README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ Details on the Tokens and Authentication can be found in our [Auth Guide][auth-g
3535

3636
### Requirements
3737
---
38-
**This version of the library is currently in beta! If you're looking the last release please see [SlackClient - v1.x][slackclientv1]**
39-
4038
This library requires Python 3.6 and above. If you require Python 2, please use our [SlackClient - v1.x][slackclientv1]. If you're unsure how to check what version of Python you're on, you can check it using the following:
4139

4240
> **Note:** You may need to use `python3` before your commands to ensure you use the correct Python path. e.g. `python3 --version`
@@ -56,13 +54,7 @@ We recommend using [PyPI][pypi] to install the Slack Developer Kit for Python.
5654

5755

5856
```bash
59-
pip3 install slackclient==2.0.0b1
60-
```
61-
62-
If you require Python 2 support, you can use the following to install the previous version of our Developer Kit
63-
64-
```bash
65-
pip install slackclient==1.3.1
57+
pip3 install slackclient==2.0.0
6658
```
6759

6860
### Getting started tutorial

slack/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# see: http://legacy.python.org/dev/peps/pep-0440/#public-version-identifiers
2-
__version__ = "2.0.0b1"
2+
__version__ = "2.0.0"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
slackclient>=2.0.0b1
1+
slackclient>=2.0.0
22
certifi

0 commit comments

Comments
 (0)