Skip to content

Commit aa6029a

Browse files
committed
boost ver
1 parent 7e23321 commit aa6029a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

BlynkLib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ def run(self):
371371
continue
372372

373373
self.state = AUTHENTICATED
374-
self._send(self._format_msg(MSG_INTERNAL, 'ver', '0.1.2', 'buff-in', 4096, 'h-beat', HB_PERIOD, 'dev', sys.platform+'-py'))
374+
self._send(self._format_msg(MSG_INTERNAL, 'ver', '0.1.3', 'buff-in', 4096, 'h-beat', HB_PERIOD, 'dev', sys.platform+'-py'))
375375
print('Access granted, happy Blynking!')
376376
if self._on_connect:
377377
self._on_connect()

setup.py

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

55
setup(
66
name = "blynk-library-python",
7-
version = "0.1.2", #blynk.lib.__version__
7+
version = "0.1.3", #blynk.lib.__version__
88
description = "Blynk library",
99
platforms = "any",
1010
url = "http://www.blynk.cc",

0 commit comments

Comments
 (0)