8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e420969 commit ce04da0Copy full SHA for ce04da0
docs/conf.py
@@ -54,9 +54,9 @@
54
# built documents.
55
#
56
# The short X.Y version.
57
-version = '3.2'
+version = '3.3'
58
# The full version, including alpha/beta/rc tags.
59
-release = '3.2.2'
+release = '3.3.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.2.2",
+ version = "3.3.0",
5
description = "Twilio API client and TwiML generator",
6
author = "Twilio",
7
author_email = "help@twilio.com",
0 commit comments