10000 Bump version · sologoub/twilio-python@0d65a06 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0d65a06

Browse files
committed
Bump version
1 parent af1ec6b commit 0d65a06

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
# The short X.Y version.
5757
version = '3.0'
5858
# The full version, including alpha/beta/rc tags.
59-
release = '3.0.1'
59+
release = '3.0.2'
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.0.1",
4+
version = "3.0.2",
55
description = "Twilio API client and TwiML generator",
66
author = "Twilio",
77
author_email = "help@twilio.com",

twilio/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version_info__ = ('3', '0', '1')
1+
__version_info__ = ('3', '0', '2')
22
__version__ = '.'.join(__version_info__)
33

44

0 commit comments

Comments
 (0)
0