We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e7fc18 commit fe8b805Copy full SHA for fe8b805
3 files changed
docs/conf.py
@@ -54,9 +54,9 @@
54
# built documents.
55
#
56
# The short X.Y version.
57
-version = '3.0'
+version = '3.1'
58
# The full version, including alpha/beta/rc tags.
59
-release = '3.0.2'
+release = '3.1.0'
60
61
# The language for content autogenerated by Sphinx. Refer to documentation
62
# for a list of supported languages.
setup.py
@@ -1,7 +1,7 @@
1
from setuptools import setup, find_packages
2
setup(
3
name = "twilio",
4
- version = "3.0.2",
+ version = "3.1.0",
5
description = "Twilio API client and TwiML generator",
6
author = "Twilio",
7
author_email = "help@twilio.com",
twilio/__init__.py
@@ -1,4 +1,4 @@
-__version_info__ = ('3', '0', '2')
+__version_info__ = ('3', '1', '0')
__version__ = '.'.join(__version_info__)
0 commit comments