Skip to content

Commit 9b3674e

Browse files
authored
Merge pull request #39 from mikez/main
v0.0.4 Release
2 parents e1f9932 + 24beab3 commit 9b3674e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.3"
23+
VERSION = "0.0.4"
2424
DATA_FILES = package_files("")
2525
OPTIONS = {
2626
"argv_emulation": False,

0 commit comments

Comments
 (0)