Skip to content

Commit

Permalink
Release 0.0.4
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe Coval <[email protected]>
  • Loading branch information
rzr committed May 8, 2020
1 parent 54f4103 commit 9d4a89a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
"manifest_version": 1,
"name": "Sense Hat",
"short_name": "Sense Hat",
"version": "0.0.3"
"version": "0.0.4"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sense-hat-adapter",
"display_name": "Sense Hat",
"version": "0.0.3",
"version": "0.0.4",
"description": "Sense Hat adapter plugin for Mozilla WebThings Gateway",
"author": "Philippe Coval",
"main": "main.py",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

setup(
name='sense-hat-webthing',
version='0.0.0',
version='0.0.4',
description='Sense Hat WebThing',
long_description=long_description,
url=URL,
Expand Down

0 comments on commit 9d4a89a

Please sign in to comment.