-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed ref to pimglow.py in MANIFEST, bumped version
- Loading branch information
Showing
3 changed files
with
2 additions
and
7 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
include README.md | ||
include setup.py | ||
include pimglow.py | ||
include piglow.py | ||
include CHANGELOG.txt | ||
include LICENSE.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,7 +37,7 @@ | |
'Topic :: System :: Hardware'] | ||
|
||
setup(name = 'piglow', | ||
version = '1.2.2', | ||
version = '1.2.3', | ||
author = 'Philip Howard', | ||
author_email = '[email protected]', | ||
description = 'A module to drive the Pimoroni PiGlow board, based on the sn3218 i2c LED controller', | ||
|