File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 56
56
# The short X.Y version.
57
57
version = '3.0'
58
58
# The full version, including alpha/beta/rc tags.
59
- release = '3.0.1 '
59
+ release = '3.0.2 '
60
60
61
61
# The language for content autogenerated by Sphinx. Refer to documentation
62
62
# for a list of supported languages.
Original file line number Diff line number Diff line change 1
1
from setuptools import setup , find_packages
2
2
setup (
3
3
name = "twilio" ,
4
- version = "3.0.1 " ,
4
+ version = "3.0.2 " ,
5
5
description = "Twilio API client and TwiML generator" ,
6
6
author = "Twilio" ,
7
7
author_email = "help@twilio.com" ,
Original file line number Diff line number Diff line change 1
- __version_info__ = ('3' , '0' , '1 ' )
1
+ __version_info__ = ('3' , '0' , '2 ' )
2
2
__version__ = '.' .join (__version_info__ )
3
3
4
4
You can’t perform that action at this time.
0 commit comments