Skip to content

Commit

Permalink
bump for new version 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jlusiardi authored Apr 29, 2019
1 parent 07b5598 commit 3a95102
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
setuptools.setup(
name='homekit',
packages=setuptools.find_packages(exclude=['tests']),
version='0.13.0',
version='0.14.0',
description='Python code to interface HomeKit Accessories and Controllers',
author='Joachim Lusiardi',
author_email='[email protected]',
url='https://github.com/jlusiardi/homekit_python',
download_url='https://github.com/jlusiardi/homekit_python/archive/0.13.0.tar.gz',
download_url='https://github.com/jlusiardi/homekit_python/archive/0.14.0.tar.gz',
keywords=['HomeKit'],
classifiers=[
'License :: OSI Approved :: Apache Software License',
Expand Down

0 comments on commit 3a95102

Please sign in to comment.