Skip to content

Commit

Permalink
Update library to version 0.10.11
Browse files Browse the repository at this point in the history
  • Loading branch information
ol-iver committed Apr 22, 2022
1 parent 1036ae3 commit 5f2fd8f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![PyPi](https://img.shields.io/pypi/v/denonavr.svg)](https://pypi.org/project/denonavr)
[![License](https://img.shields.io/github/license/ol-iver/denonavr.svg)](LICENSE)

Automation Library for Denon AVR receivers - current version 0.10.10
Automation Library for Denon AVR receivers - current version 0.10.11

## Important changes for version 0.10.0 and above

Expand Down
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.10.11-dev"
__version__ = "0.10.11"


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.10.11-dev',
version='0.10.11',
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 5f2fd8f

Please sign in to comment.