Skip to content

Commit

Permalink
Update RPi.GPIO version
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Hines committed Jun 30, 2015
1 parent 56e9ae3 commit 127c902
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 @@ -2,7 +2,7 @@

setup(
name='Pi-Pin-Manager',
version='1.1.0',
version='1.1.1',
author='Brian Hines',
author_email='[email protected]',
packages=['pi_pin_manager'],
Expand All @@ -12,6 +12,6 @@
long_description=open('README.txt').read(),
install_requires=[
"PyYAML == 3.11",
"RPi.GPIO == 0.5.9",
"RPi.GPIO == 0.5.11",
],
)

0 comments on commit 127c902

Please sign in to comment.