From 42a543919a69ec0ad0a9b3bb70f1424eb25aee8b Mon Sep 17 00:00:00 2001 From: Phil Howard Date: Fri, 28 Jun 2019 16:40:45 +0100 Subject: [PATCH] Prep for v0.0.2 --- library/CHANGELOG.txt | 4 ++++ library/fanshim/__init__.py | 2 +- library/setup.cfg | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/library/CHANGELOG.txt b/library/CHANGELOG.txt index 0f98d12..dd49ea8 100644 --- a/library/CHANGELOG.txt +++ b/library/CHANGELOG.txt @@ -1,3 +1,7 @@ +0.0.2 + +* Fix: Fix error on exit + 0.0.1 ----- diff --git a/library/fanshim/__init__.py b/library/fanshim/__init__.py index ed734e8..743263a 100644 --- a/library/fanshim/__init__.py +++ b/library/fanshim/__init__.py @@ -4,7 +4,7 @@ import atexit from threading import Thread -__version__ = '0.0.1' +__version__ = '0.0.2' class FanShim(): diff --git a/library/setup.cfg b/library/setup.cfg index 0eb1c53..5531fa6 100644 --- a/library/setup.cfg +++ b/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