forked from milaq/rpi-rf
-
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
giuse
authored and
giuse
committed
Feb 25, 2018
1 parent
121a07d
commit 78fec7a
Showing
2 changed files
with
3 additions
and
3 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 |
---|---|---|
|
@@ -2,4 +2,4 @@ | |
from .rpi_rf import RFDevice | ||
|
||
|
||
__version__ = '0.9.6' | ||
__version__ = '0.9.7' |
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,12 +8,12 @@ | |
|
||
setup( | ||
name='rpi-rf', | ||
version='0.9.6', | ||
version='0.9.7', | ||
author='Micha LaQua', | ||
author_email='[email protected]', | ||
description='Sending and receiving 433/315MHz signals with low-cost GPIO RF modules on a Raspberry Pi', | ||
long_description=long_description, | ||
url='https://github.com/milaq/rpi-rf', | ||
url='https://github.com/giuseppeg88/rpi-rf', | ||
license='BSD', | ||
classifiers=[ | ||
'Development Status :: 4 - Beta', | ||
|