Skip to content

Commit

Permalink
Update library to version 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ol-iver committed Jan 22, 2023
1 parent 6685c8a commit 483dc4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion denonavr/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
logging.getLogger(__name__).addHandler(logging.NullHandler())

__title__ = "denonavr"
__version__ = "0.11.0-dev"
__version__ = "0.11.0"


async def async_discover():
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import find_packages, setup

setup(name='denonavr',
version='0.11.0-dev',
version='0.11.0',
description='Automation Library for Denon AVR receivers',
long_description='Automation Library for Denon AVR receivers',
url='https://github.com/ol-iver/denonavr',
Expand Down

0 comments on commit 483dc4d

Please sign in to comment.