Skip to content

Commit

Permalink
bump to 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zxdavb committed Aug 28, 2024
1 parent 58d0e7d commit fb9e074
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/evohomeasync/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
RequestFailed,
)

__version__ = "1.0.3"
__version__ = "1.0.4"
2 changes: 1 addition & 1 deletion src/evohomeasync2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
from .location import Location # noqa: F401
from .zone import Zone # noqa: F401

__version__ = "1.0.3"
__version__ = "1.0.4"

0 comments on commit fb9e074

Please sign in to comment.