Skip to content

Commit

Permalink
[ci skip] Version Changed from 0.1.1 -> 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoAcheron committed Dec 8, 2018
1 parent f76f137 commit 77ee28e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.1
current_version = 0.1.2

[bumpversion:file:setup.py]

Expand Down
2 changes: 1 addition & 1 deletion custom_components.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"midea": {
"version": "0.1.1",
"version": "0.1.2",
"local_location": "custom_components/midea.py",
"remote_location": "https://raw.githubusercontent.com/NeoAcheron/midea-ac-py/master/midea.py",
"visit_repo": "https://github.com/NeoAcheron/midea-ac-py",
Expand Down
4 changes: 2 additions & 2 deletions midea.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
SUPPORT_ON_OFF, PLATFORM_SCHEMA)
from homeassistant.const import CONF_USERNAME, CONF_PASSWORD, TEMP_CELSIUS, TEMP_FAHRENHEIT, ATTR_TEMPERATURE

REQUIREMENTS = ['midea==0.1.1', 'pycryptodome==3.7.0']
VERSION = '0.1.1'
REQUIREMENTS = ['midea==0.1.2', 'pycryptodome==3.7.0']
VERSION = '0.1.2'

_LOGGER = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setuptools.setup(
name='midea',
version='0.1.1',
version='0.1.2',
author="NeoAcheron",
author_email="[email protected]",
description="A library to control Midea appliances via the cloud API",
Expand Down

0 comments on commit 77ee28e

Please sign in to comment.