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 d8cc0c0 commit cb60c66Copy full SHA for cb60c66
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.0rc11
+ pip install twilio==6.0.0rc12
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', '0rc11')
+__version_info__ = ('6', '0', '0rc12')
2
__version__ = '.'.join(__version_info__)
0 commit comments