Skip to content

Commit 727c725

Browse files
author
Brian Hines
committed
Update RPi.GPIO to 0.5.9
1 parent 119f858 commit 727c725

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ v0.0.8, 2014-12-30 -- Refactor pin setup method and add test script.
77
v0.0.9, 2014-12-31 -- Add cleanup method and fix some documentation.
88
v0.0.10, 2015-01-05 -- Add get_config for all pins.
99
v0.0.11, 2015-01-05 -- Update project page URL.
10+
v0.0.12, 2015-01-07 -- Update RPi.GPIO to 0.5.9.

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='Pi-Pin-Manager',
5-
version='0.0.11',
5+
version='0.0.12',
66
author='Brian Hines',
77
author_email='brian@projectweekend.net',
88
packages=['pi_pin_manager'],
@@ -12,6 +12,6 @@
1212
long_description=open('README.txt').read(),
1313
install_requires=[
1414
"PyYAML == 3.11",
15-
"RPi.GPIO == 0.5.8",
15+
"RPi.GPIO == 0.5.9",
1616
],
1717
)

0 commit comments

Comments
 (0)