Skip to content

Commit 8891106

Browse files
Merge pull request #28 from AlexanderWillner/main
version 0.0.2
2 parents 8f2d749 + c735ef9 commit 8891106

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION=0.0.1
1+
VERSION=0.0.2
22
MAIN=things
33
SRC_CORE=things
44
SRC_TEST=tests

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def package_files(directory):
2020
AUTHOR_MAIL = "[email protected]"
2121
DESCRIPTON = "A simple Python 3 library to read your Things app data."
2222
URL = "https://github.com/thingsapi/things.py"
23-
VERSION = "0.0.1"
23+
VERSION = "0.0.2"
2424
DATA_FILES = package_files('')
2525
OPTIONS = {
2626
'argv_emulation': False,

0 commit comments

Comments
 (0)