Skip to content

Commit 64a934d

Browse files
committed
Hologram Python SDK v0.7.4 release
1 parent 71e042c commit 64a934d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Hologram/Cloud.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from Network import NetworkManager
1414
from Authentication import *
1515

16-
__version__ = '0.7.3'
16+
__version__ = '0.7.4'
1717

1818
class Cloud(object):
1919

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pytest==3.0.5
55
python-wifi==0.6.1
66
pyserial==3.3
77
python-pppd==1.0.3
8-
python-sdk-auth==0.2.0
8+
python-sdk-auth==0.2.1
99
pyudev==0.21.0
1010
pyusb==1.0.0
1111
psutil==5.3.1

tests/MessageMode/test_Cloud.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ def test_invalid_send_sms(self):
4848
def test_sdk_version(self):
4949
cloud = Cloud(None, send_host = '127.0.0.1', send_port = 9999)
5050

51-
assert cloud.version == '0.7.3'
51+
assert cloud.version == '0.7.4'

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.7.3
1+
0.7.4

0 commit comments

Comments
 (0)