Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ttroy50 committed Oct 8, 2017
1 parent 3ff8738 commit 3110964
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyephember/pyephember.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ def activate_boost_by_id(self, zone_id, target_temperature, num_hours=1):

return boost_data.get("isSuccess", False)

def activatae_boost_by_name(self,
def activate_boost_by_name(self,
zone_name,
target_temperature,
num_hours=1):
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
from setuptools import setup, find_packages

setup(name='pyephember',
version='0.1.0',
version='0.1.1',
description='Python library to work with ember from EPH Controls',
keywords='eph ember',
author='Thom Troy',
author_email='[email protected]',
license='MIT',
url='https://github.com/ttroy50/pyephember',
download_url='https://github.com/ttroy50/pyephember/archive/0.1.0.tar.gz',
download_url='https://github.com/ttroy50/pyephember/archive/0.1.1.tar.gz',
platforms=["any"],
packages=find_packages(),
zip_safe=False,
Expand Down

0 comments on commit 3110964

Please sign in to comment.