We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea09b29 commit 42a5439Copy full SHA for 42a5439
3 files changed
library/CHANGELOG.txt
@@ -1,3 +1,7 @@
1
+0.0.2
2
+
3
+* Fix: Fix error on exit
4
5
0.0.1
6
-----
7
library/fanshim/__init__.py
@@ -4,7 +4,7 @@
import atexit
from threading import Thread
-__version__ = '0.0.1'
+__version__ = '0.0.2'
8
9
10
class FanShim():
library/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = fanshim
-version = 0.0.1
+version = 0.0.2
author = Philip Howard
author_email = phil@pimoroni.com
description = Python library for the Pimoroni Fan Shim for Raspberry Pi
0 commit comments