Skip to content

Commit

Permalink
Update version to 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsayre committed May 26, 2024
1 parent 8b24b59 commit 7e5c753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyheos/const.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Define consts for the pyheos package."""

__title__ = "pyheos"
__version__ = "0.7.2"
__version__ = "0.7.3"

CLI_PORT = 1255
DEFAULT_TIMEOUT = 10.0
Expand Down

0 comments on commit 7e5c753

Please sign in to comment.