Skip to content

Commit 621acac

Browse files
committed
bump version to 0.0.3
1 parent 820ec0e commit 621acac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
PROJECT_DIR = Path(__file__).parent.resolve()
77
README_FILE = PROJECT_DIR / "README.md"
8-
VERSION = "0.0.1"
8+
VERSION = "0.0.3"
99

1010

1111
setup(
@@ -32,4 +32,4 @@
3232
"Programming Language :: Python :: 3.8",
3333
"Topic :: Home Automation",
3434
],
35-
)
35+
)

0 commit comments

Comments
 (0)