Skip to content

Commit

Permalink
0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelveldt committed Dec 30, 2020
1 parent ce677b0 commit f3b0fb3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

from setuptools import find_packages, setup

VERSION = "0.0.8"
VERSION = "0.0.9"

PROJECT_DIR = Path(__file__).parent.resolve()
README_FILE = PROJECT_DIR / "README.md"
Expand All @@ -17,8 +17,6 @@

with open("requirements.txt") as f:
REQUIRES = f.read().splitlines()
if os.name != "nt":
REQUIRES.append("uvloop")

setup(
name="hass_client",
Expand Down

0 comments on commit f3b0fb3

Please sign in to comment.