Skip to content

Commit

Permalink
Reducing aio version for HA
Browse files Browse the repository at this point in the history
  • Loading branch information
rewardone committed Sep 9, 2023
1 parent 0a27738 commit a0ce372
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "ayla_iot_unofficial"
version = "1.0.2"
version = "1.0.3"
authors = [
{ name="Reward One", email="[email protected]" },
]
Expand Down
2 changes: 1 addition & 1 deletion requirements.test.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pytest-asyncio==0.21.1
pytest==7.4.1
pytest==7.4.2
pytest-cov==4.1.0
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
aiohttp>=3.8.5
aiohttp>=3.8.4
requests>=2.31.0
ujson>=5.8.0
2 changes: 1 addition & 1 deletion src/ayla_iot_unofficial/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
AylaReadOnlyPropertyError,
)

__version__ = '1.0.2'
__version__ = '1.0.3'

0 comments on commit a0ce372

Please sign in to comment.