Skip to content

Commit 4d5f99b

Browse files
committed
Prep for v0.0.4
1 parent 3f93f03 commit 4d5f99b

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.4
2+
-----
3+
4+
* Add set/get for thermocouple type
5+
16
0.0.3
27
-----
38

library/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ Latest/development library from GitHub:
2222

2323
# Changelog
2424

25+
0.0.4
26+
-----
27+
28+
* Add set/get for thermocouple type
29+
2530
0.0.3
2631
-----
2732

library/mcp9600/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from i2cdevice.adapter import LookupAdapter, Adapter
44
import struct
55

6-
__version__ = '0.0.3'
6+
__version__ = '0.0.4'
77

88
CHIP_ID = 0x40
99
I2C_ADDRESSES = list(range(0x60, 0x68))

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 = mcp9600
4-
version = 0.0.3
4+
version = 0.0.4
55
author = Philip Howard
66
author_email = phil@pimoroni.com
77
description = Python library for the MCP9600 thermocouple temperature sensor

0 commit comments

Comments
 (0)