8000 Bump version to 6.0.0-alpha-1 · jstacoder/twilio-python@ae4ed5f · GitHub
[go: up one dir, main page]

Skip to content

Commit ae4ed5f

Browse files
committed
Bump version to 6.0.0-alpha-1
1 parent cded8e6 commit ae4ed5f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ twilio-python Changelog
33

44
Here you can see the full list of changes between each twilio-python release.
55

6-
[2017-04-03] Version 6.0.0
7-
--------------------------
6+
[2017-04-03] Version 6.0.0-alpha-1
7+
----------------------------------
88
**New Major Version**
99

1010
The newest version of the `twilio-python` helper library!

twilio/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11

2-
__version_info__ = ('6', '0', '0')
2+
__version_info__ = ('6', '0', '0-alpha-1')
33
__version__ = '.'.join(__version_info__)

0 commit comments

Comments
 (0)
0