Skip to content

Commit

Permalink
Release 8.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
twilio-dx committed Aug 10, 2023
1 parent f617145 commit afce1f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name="twilio",
version="8.5.1",
version="8.6.0",
description="Twilio API client and TwiML generator",
author="Twilio",
author_email="help@twilio.com",
Expand Down
2 changes: 1 addition & 1 deletion twilio/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version_info__ = ("8", "5", "1")
__version_info__ = ("8", "6", "0")
__version__ = ".".join(__version_info__)

0 comments on commit afce1f4

Please sign in to comment.