We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c78aec8 commit 42f2ff2Copy full SHA for 42f2ff2
setup.py
@@ -4,10 +4,10 @@
4
name='clearblade',
5
packages=['clearblade'],
6
install_requires=['requests', 'paho-mqtt>=1.3.0'],
7
- version='2.4.1',
+ version='2.4.2',
8
description='A Python SDK for interacting with the ClearBlade Platform.',
9
url='https://github.com/ClearBlade/ClearBlade-Python-SDK',
10
- download_url='https://github.com/ClearBlade/ClearBlade-Python-SDK/archive/v2.4.1.tar.gz',
+ download_url='https://github.com/ClearBlade/ClearBlade-Python-SDK/archive/v2.4.2.tar.gz',
11
keywords=['clearblade', 'iot', 'sdk'],
12
maintainer='Aaron Allsbrook',
13
maintainer_email='dev@clearblade.com'
0 commit comments