We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed8c75b commit 83af0aaCopy full SHA for 83af0aa
2 files changed
crownstone_cloud/lib/__init__.py
@@ -1,3 +1,3 @@
1
"""Library that communicates with the Crownstone lib"""
2
3
-__version__ = '1.0.2'
+__version__ = '1.0.5'
setup.py
@@ -2,7 +2,7 @@
setup(
4
name='crownstone-lib-python-cloud',
5
- version='1.0.2',
+ version='1.0.5',
6
url='https://github.com/crownstone/crownstone-lib-python-cloud',
7
author='Crownstone B.V.',
8
description='Async library to get & store data from the Crownstone cloud.',
0 commit comments