Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/ikalchev/HAP-python into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ikalchev committed Mar 29, 2018
2 parents b3f3bc6 + a55edc0 commit fc24e2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyhap/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
CHARACTERISTICS_FILE = os.path.join(_RESOURCE_DIR, "characteristics.json")
SERVICES_FILE = os.path.join(_RESOURCE_DIR, "services.json")

HAP_PYTHON_VERSION = (1, 1, 7)
HAP_PYTHON_VERSION = (1, 1, 8)
"""
HAP-python current version.
"""
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
name="HAP-python",
description="HomeKit Accessory Protocol implementation in python3",
author="Ivan Kalchev",
version="1.1.7",
version="1.1.8",
url="https://github.com/ikalchev/HAP-python.git",
classifiers=[
"Development Status :: 5 - Production/Stable",
Expand Down

0 comments on commit fc24e2f

Please sign in to comment.