We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9f5eca commit 1cac6b4Copy full SHA for 1cac6b4
2 files changed
crownstone_cloud/lib/__init__.py
@@ -1,3 +1,3 @@
1
"""Library that communicates with the Crownstone lib"""
2
3
-__version__ = '1.2.0'
+__version__ = '1.2.1'
setup.py
@@ -5,7 +5,7 @@
5
6
setup(
7
name='crownstone-cloud',
8
- version='1.2.0',
+ version='1.2.1',
9
long_description=long_description,
10
long_description_content_type="text/markdown",
11
url='https://github.com/crownstone/crownstone-lib-python-cloud',
0 commit comments