Skip to content

Commit 2c0d32b

Browse files
committed
Prep for v0.0.2
1 parent 322d4e4 commit 2c0d32b

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

library/CHANGELOG.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.0.2
2+
-----
3+
4+
* Swap Oxidizing/Reducing pins so readings are correct
5+
16
0.0.1
27
-----
38

library/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ Stable (library only) from PyPi:
3232
* Just run `sudo pip3 install pimoroni-mics6814`
3333

3434
# Changelog
35+
0.0.2
36+
-----
37+
38+
* Swap Oxidizing/Reducing pins so readings are correct
39+
3540
0.0.1
3641
-----
3742

library/mics6814/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import ioexpander as io
22

33

4-
__version__ = '0.0.1'
4+
__version__ = '0.0.2'
55

66
MICS6814_I2C_ADDR = 0x19
77

library/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22
[metadata]
33
name = pimoroni-mics6814
4-
version = 0.0.1
4+
version = 0.0.2
55
author = Philip Howard
66
author_email = phil@pimoroni.com
77
description = Library for the Pimoroni mics6814 breakout-garden breakout

0 commit comments

Comments
 (0)