8000 Release 8.0.0 · 99pswork/twilio-python@9fd5f3f · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

8000
Appearance settings

Commit 9fd5f3f

Browse files
committed
Release 8.0.0
1 parent f619885 commit 9fd5f3f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
setup(
1515
name="twilio",
16-
version="8.0.0-rc.1",
16+
version="8.0.0",
1717
description="Twilio API client and TwiML generator",
1818
author=" 6473 Twilio",
1919
author_email="help@twilio.com",

twilio/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version_info__ = ("8", "0", "0-rc.1")
1+
__version_info__ = ("8", "0", "0")
22
__version__ = ".".join(__version_info__)

0 commit comments

Comments
 (0)
0