Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
Fix attrs version range
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasgermain authored Sep 7, 2023
1 parent 0b034cd commit b3dd705
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name="pymultiMATIC",
version="0.7.0",
version="0.7.1",
description="Python interface with Vaillant multiMATIC",
long_description_content_type="text/markdown",
long_description=long_description,
Expand All @@ -20,7 +20,7 @@
zip_safe=False,
setup_requires=["pytest-runner"],
install_requires=[
"attrs>=22.0.0,<24.0.0",
"attrs>=23.0.0,<24.0.0",
"aiohttp>=3.8.0,<4.0.0",
"schema>=0.7.4,<0.8.0",
],
Expand Down

0 comments on commit b3dd705

Please sign in to comment.