Skip to content

Commit

Permalink
v1.0.0 PyPI Release
Browse files Browse the repository at this point in the history
  • Loading branch information
FlantasticDan committed Mar 14, 2021
1 parent 64dab88 commit 4df7be0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# scorebox-consoles
# ScoreBox Consoles
[![PyPI version](https://badge.fury.io/py/scorebox-consoles.svg)](https://badge.fury.io/py/scorebox-consoles)

Python interface for scoreboard consoles manufactured by Daktronics and Colorado Time Systems
Expand All @@ -23,6 +23,7 @@ if __name__ == '__main__':
basketball = Basketball('COM1')
game_state = basketball.export()
```
*Call to sport class must be protected by a `if __name__ == '__main__'` because the serial connection is read in a seperate process*

### Connecting a Console
Consoles are connected with via a Serial to USB cable.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="scorebox-consoles",
version="0.0.7",
version="1.0.0",
author="Daniel Flanagan",
description="Python interface for scoreboard consoles manufactured by Daktronics and Colorado Time Systems",
long_description=long_description,
Expand Down

0 comments on commit 4df7be0

Please sign in to comment.