Skip to content

Commit

Permalink
Bump version to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rdoursenaud committed Jun 28, 2023
1 parent 24928ab commit 0cacaba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/denonremote/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"""

__TITLE__ = "Denon Remote"
__version__ = "0.9.0" # https://peps.python.org/pep-0440/
__version__ = "0.10.0" # https://peps.python.org/pep-0440/
try:
from denonremote.__build__ import __build_date__
except ImportError:
Expand Down

0 comments on commit 0cacaba

Please sign in to comment.