File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 54
54
# built documents.
55
55
#
56
56
# The short X.Y version.
57
- version = '3.0 '
57
+ version = '3.1 '
58
58
# The full version, including alpha/beta/rc tags.
59
- release = '3.0.2 '
59
+ release = '3.1.0 '
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.2 " ,
4
+ version = "3.1.0 " ,
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 ' , '2 ' )
1
+ __version_info__ = ('3' , '1 ' , '0 ' )
2
2
__version__ = '.' .join (__version_info__ )
3
3
4
4
You can’t perform that action at this time.
0 commit comments