Skip to content

Commit 119f858

Browse files
author
Brian Hines
committed
Update project URL
1 parent e218606 commit 119f858

2 files changed

Lines changed: 10 additions & 9 deletions

File tree

CHANGES.txt

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
v0.0.1, 2014-12-27 -- Initial release.
2-
v0.0.2, 2014-12-27 -- Rename README.md to README.txt
3-
v0.0.5, 2014-12-29 -- General clean up
4-
v0.0.6, 2014-12-29 -- Trying to get this README.txt to display correctly
5-
v0.0.7, 2014-12-29 -- Add on/off methods
6-
v0.0.8, 2014-12-30 -- Refactor pin setup method and add test script
7-
v0.0.9, 2014-12-31 -- Add cleanup method and fix some documentation
8-
v0.0.10, 2015-01-05 -- Add get_config for all pins
2+
v0.0.2, 2014-12-27 -- Rename README.md to README.txt.
3+
v0.0.5, 2014-12-29 -- General clean up.
4+
v0.0.6, 2014-12-29 -- Trying to get this README.txt to display correctly.
5+
v0.0.7, 2014-12-29 -- Add on/off methods.
6+
v0.0.8, 2014-12-30 -- Refactor pin setup method and add test script.
7+
v0.0.9, 2014-12-31 -- Add cleanup method and fix some documentation.
8+
v0.0.10, 2015-01-05 -- Add get_config for all pins.
9+
v0.0.11, 2015-01-05 -- Update project page URL.

setup.py

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

33
setup(
44
name='Pi-Pin-Manager',
5-
version='0.0.10',
5+
version='0.0.11',
66
author='Brian Hines',
77
author_email='brian@projectweekend.net',
88
packages=['pi_pin_manager'],
9-
url='http://pypi.python.org/pypi/Pi-Pin-Manager/',
9+
url='http://projectweekend.github.io/Pi-Pin-Manager/',
1010
license='LICENSE.txt',
1111
description='Setup Raspberry Pi GPIO pins using a configuration file, not boilerplate.',
1212
long_description=open('README.txt').read(),

0 commit comments

Comments
 (0)