Skip to content

Commit e7b851e

Browse files
author
childish-sambino
authored
chore: update version parts to use double-quotes
Now required by librarian to properly update the version.
1 parent 862052d commit e7b851e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

twilio/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11

2-
__version_info__ = ('7', '17', '0')
3-
__version__ = '.'.join(__version_info__)
2+
__version_info__ = ("7", "17", "0")
3+
__version__ = ".".join(__version_info__)

0 commit comments

Comments
 (0)