Skip to content

Commit

Permalink
use version file and bump to 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewFlamm committed Sep 13, 2020
1 parent aec8efc commit df405d7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,13 @@
if "txt" not in line and "#" not in line:
requirements.append(line)

with open("version", "r") as f:
__version__ = f.read()

setup(
author="Matthew Flamm",
name="pytest-homeassistant-custom-component",
version="0.0.7",
version=__version__,
packages=find_packages(),
python_requires=">=3.7.1",
install_requires=requirements,
Expand Down
1 change: 1 addition & 0 deletions version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.0.8

0 comments on commit df405d7

Please sign in to comment.