Skip to content

Commit 3110964

Browse files
committed
fix typo
1 parent 3ff8738 commit 3110964

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyephember/pyephember.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ def activate_boost_by_id(self, zone_id, target_temperature, num_hours=1):
306306

307307
return boost_data.get("isSuccess", False)
308308

309-
def activatae_boost_by_name(self,
309+
def activate_boost_by_name(self,
310310
zone_name,
311311
target_temperature,
312312
num_hours=1):

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
from setuptools import setup, find_packages
22

33
setup(name='pyephember',
4-
version='0.1.0',
4+
version='0.1.1',
55
description='Python library to work with ember from EPH Controls',
66
keywords='eph ember',
77
author='Thom Troy',
88
author_email='[email protected]',
99
license='MIT',
1010
url='https://github.com/ttroy50/pyephember',
11-
download_url='https://github.com/ttroy50/pyephember/archive/0.1.0.tar.gz',
11+
download_url='https://github.com/ttroy50/pyephember/archive/0.1.1.tar.gz',
1212
platforms=["any"],
1313
packages=find_packages(),
1414
zip_safe=False,

0 commit comments

Comments
 (0)