Skip to content

Commit

Permalink
Update to version 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ol-iver committed Feb 12, 2023
1 parent 12ce0f5 commit d12d46f
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.1-dev"
__version__ = "0.11.1"


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.1-dev',
version='0.11.1',
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 d12d46f

Please sign in to comment.