From 4292bb781c343c917e41c99248b1a5dd93ae6eba Mon Sep 17 00:00:00 2001 From: Joel Date: Sat, 20 Jun 2020 00:58:27 -0400 Subject: [PATCH] [RPi.GPIO2 0.3.0a3] Leviticus Alpha Trois (#41) * README.md: replace relative link and broken link with absolute links Signed-off-by: Joel Savitz --- README.md | 5 +++-- RPi/GPIO/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d60093c..91c3139 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ libgpiod's python bindings. libgpiod provides a straightforward interface for in with GPIO pins on supported devices via the mainline Linux kernel interface. For more detailed information on the design and implementation of this library, please -refer to the [functional and technical specification](spec/spec.pdf). +refer to the [functional and technical specification](https://github.com/underground-software/python3-libgpiod-rpi/blob/master/spec/spec.pdf). ### Notes: @@ -49,4 +49,5 @@ the gpio pins via this library. To view the locations and surrounding lines of all TODOs, FIXMEs, and NOTEs in the codebase, use the `notes.sh` script included with this project. -This project is free software, please refer to our [LICENSE](LICENSE) for further detail. +This project is free software, please refer to our [LICENSE](https://github.com/underground-software/python3-libgpiod-rpi/blob/master/LICENSE.txt) +for further detail. diff --git a/RPi/GPIO/__init__.py b/RPi/GPIO/__init__.py index 4d3e4bf..600b1ee 100644 --- a/RPi/GPIO/__init__.py +++ b/RPi/GPIO/__init__.py @@ -50,4 +50,4 @@ wait_for_edge # python3-libgpiod-rpi base version -VERSION2 = "0.3.0a2" # Leviticus Alpha Deux +VERSION2 = "0.3.0a3" # Leviticus Alpha Trois diff --git a/setup.py b/setup.py index 5ba18f7..5ca5768 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="RPi.GPIO2", - version="0.3.0a2", + version="0.3.0a3", author="Joel Savitz", author_email="joelsavitz@gmail.com",