Skip to content

Commit

Permalink
[RPi.GPIO2 0.3.0a3] Leviticus Alpha Trois (#41)
Browse files Browse the repository at this point in the history
* README.md: replace relative link and broken link with absolute links

Signed-off-by: Joel Savitz <joelsavitz@gmail.com>
  • Loading branch information
theyoyojo committed Jun 20, 2020
1 parent 247933a commit 4292bb7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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.
2 changes: 1 addition & 1 deletion RPi/GPIO/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="RPi.GPIO2",
version="0.3.0a2",
version="0.3.0a3",

author="Joel Savitz",
author_email="joelsavitz@gmail.com",
Expand Down

0 comments on commit 4292bb7

Please sign in to comment.