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 12023f8 commit 127a267Copy full SHA for 127a267
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.0rc10
+ pip install twilio==6.0.0rc11
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', '0rc10')
+__version_info__ = ('6', '0', '0rc11')
2
__version__ = '.'.join(__version_info__)
0 commit comments