Skip to content

Commit

Permalink
bump the version just to be sure, the previous release lacked a versi…
Browse files Browse the repository at this point in the history
…on file (required for setup.py)
  • Loading branch information
rytilahti committed Dec 9, 2018
1 parent 086ff9c commit 8ee828a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/media_player/songpal.py
Expand Up @@ -19,7 +19,7 @@
from homeassistant.exceptions import PlatformNotReady
import homeassistant.helpers.config_validation as cv

REQUIREMENTS = ['python-songpal==0.0.9']
REQUIREMENTS = ['python-songpal==0.0.9.1']

_LOGGER = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Expand Up @@ -1256,7 +1256,7 @@ python-roku==3.1.5
python-sochain-api==0.0.2

# homeassistant.components.media_player.songpal
python-songpal==0.0.9
python-songpal==0.0.9.1

# homeassistant.components.sensor.synologydsm
python-synology==0.2.0
Expand Down

0 comments on commit 8ee828a

Please sign in to comment.