Skip to content

Commit a6396e3

Browse files
committed
Deploy
1 parent ab74582 commit a6396e3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The package is compatible with Python versions ```2 >=2.7.9``` and ```3 >=3.4```
88
Install the package from PyPi using the following pip command:
99

1010
```python
11-
pip install bandwidth-sdk==5.1.0
11+
pip install bandwidth-sdk==5.1.1
1212
```
1313

1414
You can also view the package at:

bandwidth/messaging/models/bandwidth_message.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class BandwidthMessage(object):
1818
owner (string): TODO: type description here.
1919
application_id (string): TODO: type description here.
2020
time (string): TODO: type description here.
21-
segment_count (string): TODO: type description here.
21+
segment_count (int): TODO: type description here.
2222
direction (string): TODO: type description here.
2323
to (list of string): TODO: type description here.
2424
mfrom (string): TODO: type description here.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
setup(
1414
name='bandwidth-sdk',
15-
version='5.1.0',
15+
version='5.1.1',
1616
description='Bandwidth\'s set of APIs',
1717
long_description=long_description,
1818
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)