Skip to content

Commit

Permalink
Update RPi.GPIO to 0.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Hines committed Jan 7, 2015
1 parent 119f858 commit 727c725
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ v0.0.8, 2014-12-30 -- Refactor pin setup method and add test script.
v0.0.9, 2014-12-31 -- Add cleanup method and fix some documentation.
v0.0.10, 2015-01-05 -- Add get_config for all pins.
v0.0.11, 2015-01-05 -- Update project page URL.
v0.0.12, 2015-01-07 -- Update RPi.GPIO to 0.5.9.
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='0.0.11',
version='0.0.12',
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.8",
"RPi.GPIO == 0.5.9",
],
)

0 comments on commit 727c725

Please sign in to comment.