8000 Bump version 6.0.0rc2 · yikaraman/twilio-python@c905961 · GitHub
[go: up one dir, main page]

Skip to content

Commit c905961

Browse files
author
Carlos Diaz-Padron
committed
Bump version 6.0.0rc2
1 parent 00202ae commit c905961

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Python library documentation")
1313
Install from PyPi using [pip](http://www.pip-installer.org/en/latest/), a
1414
package manager for Python.
1515

16-
pip install twilio==6.0.0rc1
16+
pip install twilio==6.0.0rc2
1717

1818
Don't have pip installed? Try installing it, by running this from the command
1919
line:

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ package manager for Python.
1212

1313
.. code-block:: bash
1414
15-
pip install twilio==6.0.0rc1
15+
pip install twilio==6.0.0rc2
1616
1717
Don't have pip installed? Try installing it, by running this from the command
1818
line:

twilio/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version_info__ = ('6', '0', '0rc1')
1+
__version_info__ = ('6', '0', '0rc2')
22
__version__ = '.'.join(__version_info__)

0 commit comments

Comments
 (0)
0