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 ca6e0fd commit 9851accCopy full SHA for 9851acc
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.0rc9
+ pip install twilio==6.0.0rc10
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', '0rc9')
2
-__version__ = '.'.join(__version_info__)
+__version_info__ = ('6', '0', '0rc10')
+__version__ = '.'.join(__version_info__)
0 commit comments