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 3d60611 commit 82590e2Copy full SHA for 82590e2
.gitignore
@@ -24,6 +24,7 @@ samples/deviceFactory/bin
24
samples/*.exe
25
samples/rbac-config.yaml
26
test/.DS_Store
27
-/venv
+venv
28
+.venv
29
pandoc-*-amd64.deb
-README.rst
30
+README.rst
setup.py
@@ -27,7 +27,7 @@
setup(
name='wiotp-sdk',
- version="1.0.0",
+ version="1.0.1",
31
author='David Parker',
32
author_email='[email protected]',
33
package_dir={'': 'src'},
0 commit comments