File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Python library documentation")
13
13
Install from PyPi using [ pip] ( http://www.pip-installer.org/en/latest/ ) , a
14
14
package manager for Python.
15
15
16
- pip install twilio==6.0.0rc1
16
+ pip install twilio==6.0.0rc2
17
17
18
18
Don't have pip installed? Try installing it, by running this from the command
19
19
line:
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ package manager for Python.
12
12
13
13
.. code-block :: bash
14
14
15
- pip install twilio==6.0.0rc1
15
+ pip install twilio==6.0.0rc2
16
16
17
17
Don't have pip installed? Try installing it, by running this from the command
18
18
line:
Original file line number Diff line number Diff line change 1
- __version_info__ = ('6' , '0' , '0rc1 ' )
1
+ __version_info__ = ('6' , '0' , '0rc2 ' )
2
2
__version__ = '.' .join (__version_info__ )
You can’t perform that action at this time.
0 commit comments