Skip to content

Commit 42a5439

Browse files
committed
Prep for v0.0.2
1 parent ea09b29 commit 42a5439

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

library/CHANGELOG.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
0.0.2
2+
3+
* Fix: Fix error on exit
4+
15
0.0.1
26
-----
37

library/fanshim/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import atexit
55
from threading import Thread
66

7-
__version__ = '0.0.1'
7+
__version__ = '0.0.2'
88

99

1010
class FanShim():

library/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = fanshim
3-
version = 0.0.1
3+
version = 0.0.2
44
author = Philip Howard
55
author_email = phil@pimoroni.com
66
description = Python library for the Pimoroni Fan Shim for Raspberry Pi

0 commit comments

Comments
 (0)