8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c474e5 commit 1676fb2Copy full SHA for 1676fb2
README.md
@@ -12,7 +12,7 @@ documentation.][documentation]
12
Install from PyPi using [pip](http://www.pip-installer.org/en/latest/), a
13
package manager for Python.
14
15
- pip install twilio==6.0.0rc2
+ pip install twilio==6.0.rc3
16
17
Don't have pip installed? Try installing it, by running this from the command
18
line:
twilio/__init__.py
@@ -1,2 +1,2 @@
1
-__version_info__ = ('6', '0', '0rc2')
+__version_info__ = ('6', '0', 'rc3')
2
__version__ = '.'.join(__version_info__)
0 commit comments