Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
jlusiardi committed Oct 29, 2017
1 parent c613feb commit 9e666e8
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 @@ -3,12 +3,12 @@
setup(
name='homekit',
packages=['homekit', 'homekit.model'], # this must be the same as the name above
version='0.3',
version='0.4',
description='Python code to interface HomeKit Accessories and Controllers',
author='Joachim Lusiardi',
author_email='[email protected]',
url='https://github.com/jlusiardi/homekit_python', # use the URL to the github repo
download_url='https://github.com/jlusiardi/homekit_python/archive/0.3.tar.gz', # I'll explain this in a second
download_url='https://github.com/jlusiardi/homekit_python/archive/0.4.tar.gz', # I'll explain this in a second
keywords=['HomeKit'], # arbitrary keywords
classifiers=[],
install_requires=[
Expand Down

0 comments on commit 9e666e8

Please sign in to comment.