Skip to content

Commit 127c902

Browse files
author
Brian Hines
committed
Update RPi.GPIO version
1 parent 56e9ae3 commit 127c902

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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='1.1.0',
5+
version='1.1.1',
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.9",
15+
"RPi.GPIO == 0.5.11",
1616
],
1717
)

0 commit comments

Comments
 (0)