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.
2 parents 8f2d749 + c735ef9 commit 8891106Copy full SHA for 8891106
Makefile
@@ -1,4 +1,4 @@
1
-VERSION=0.0.1
+VERSION=0.0.2
2
MAIN=things
3
SRC_CORE=things
4
SRC_TEST=tests
setup.py
@@ -20,7 +20,7 @@ def package_files(directory):
20
AUTHOR_MAIL = "alex@willner.ws"
21
DESCRIPTON = "A simple Python 3 library to read your Things app data."
22
URL = "https://github.com/thingsapi/things.py"
23
-VERSION = "0.0.1"
+VERSION = "0.0.2"
24
DATA_FILES = package_files('')
25
OPTIONS = {
26
'argv_emulation': False,
0 commit comments