8000 Bump version to 3.3.0 · michaelhelmick/twilio-python@ce04da0 · GitHub
[go: up one dir, main page]

Skip to content

Commit ce04da0

Browse files
committed
Bump version to 3.3.0
1 parent e420969 commit ce04da0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@
5454
# built documents.
5555
#
5656
# The short X.Y version.
57-
version = '3.2'
57+
version = '3.3'
5858
# The full version, including alpha/beta/rc tags.
59-
release = '3.2.2'
59+
release = '3.3.0'
6060

6161
# The language for content autogenerated by Sphinx. Refer to documentation
6262
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup, find_packages
22
setup(
33
name = "twilio",
4-
version = "3.2.2",
4+
version = "3.3.0",
55
description = "Twilio API client and TwiML generator",
66
author = "Twilio",
77
author_email = "help@twilio.com",

0 commit comments

Comments
 (0)
0