Skip to content

Commit

Permalink
adjust setup file for 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jlusiardi committed May 23, 2018
1 parent 2f5e9b0 commit 4832ec5
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 @@ -19,12 +19,12 @@
setup(
name='homekit',
packages=['homekit', 'homekit.model'], # this must be the same as the name above
version='0.7',
version='0.8',
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.7.tar.gz',
download_url='https://github.com/jlusiardi/homekit_python/archive/0.8.tar.gz',
keywords=['HomeKit'],
classifiers=[],
install_requires=[
Expand Down

0 comments on commit 4832ec5

Please sign in to comment.