10000
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 1676fb2 commit fcd73c3Copy full SHA for fcd73c3
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.rc3
+ pip install twilio==6.0rc3
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', 'rc3')
+__version_info__ = ('6', '0rc3')
2
__version__ = '.'.join(__version_info__)
0 commit comments