forked from mjg59/python-broadlink
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Matthew Garrett
committed
Dec 4, 2016
1 parent
63d184f
commit 83f1c3f
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,11 +8,11 @@ | |
|
||
dynamic_requires = [] | ||
|
||
version = 0.1 | ||
version = 0.2 | ||
|
||
setup( | ||
name='broadlink', | ||
version=0.1, | ||
version=0.2, | ||
author='Matthew Garrett', | ||
author_email='[email protected]', | ||
url='http://github.com/mjg59/python-broadlink', | ||
|