Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
giuse authored and giuse committed Feb 25, 2018
1 parent 121a07d commit 78fec7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion rpi_rf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from .rpi_rf import RFDevice


__version__ = '0.9.6'
__version__ = '0.9.7'
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 78fec7a

Please sign in to comment.