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 ac1c9f0 commit b381d64Copy full SHA for b381d64
CHANGELOG
@@ -1,3 +1,7 @@
1
+1.0.3 (2020-06-17)
2
+------------------
3
+- remove wrong dependency
4
+
5
1.0.2 (2020-06-17)
6
------------------
7
- remove wrong dependency
setup.py
@@ -5,7 +5,7 @@
with open("README.md", "r") as fh:
long_description = fh.read()
8
-version = "1.0.2"
+version = "1.0.3"
9
10
setuptools.setup(
11
name='iotc',
0 commit comments