8000 Bumping version to 6.0.0rc10 · randy3465/twilio-python@9851acc · GitHub
[go: up one dir, main page]

Skip to content

Commit 9851acc

Browse files
author
matt
committed
Bumping version to 6.0.0rc10
1 parent ca6e0fd commit 9851acc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

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

15-
pip install twilio==6.0.0rc9
15+
pip install twilio==6.0.0rc10
1616

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

twilio/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version_info__ = ('6', '0', '0rc9')
2-
__version__ = '.'.join(__version_info__)
1+
__version_info__ = ('6', '0', '0rc10')
2+
__version__ = '.'.join(__version_info__)

0 commit comments

Comments
 (0)
0