1
0
mirror of https://github.com/xtacocorex/CHIP_IO synced 2025-07-20 04:43:21 +00:00

Fix and close #50, I really don't understand pointers because Python abstracts that all out for me and C does not.

This commit is contained in:
Robert Wolterman
2017-01-10 01:14:16 +00:00
parent 5723bf15b3
commit 486cf73860
5 changed files with 20 additions and 12 deletions

View File

@ -20,7 +20,7 @@ classifiers = ['Development Status :: 3 - Alpha',
'Topic :: System :: Hardware']
setup(name = 'CHIP_IO',
version = '0.3.0',
version = '0.3.1',
author = 'Robert Wolterman',
author_email = 'robert.wolterman@gmail.com',
description = 'A module to control CHIP IO channels',