Skip to content

Commit

Permalink
Prep for v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Jun 28, 2019
1 parent ea09b29 commit 42a5439
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions library/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.0.2

* Fix: Fix error on exit

0.0.1
-----

Expand Down
2 changes: 1 addition & 1 deletion library/fanshim/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import atexit
from threading import Thread

__version__ = '0.0.1'
__version__ = '0.0.2'


class FanShim():
Expand Down
2 changes: 1 addition & 1 deletion library/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = fanshim
version = 0.0.1
version = 0.0.2
author = Philip Howard
author_email = [email protected]
description = Python library for the Pimoroni Fan Shim for Raspberry Pi
Expand Down

0 comments on commit 42a5439

Please sign in to comment.