Skip to content

Commit

Permalink
Prep for v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed May 4, 2020
1 parent 3f93f03 commit 4d5f99b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
5 changes: 5 additions & 0 deletions library/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.0.4
-----

* Add set/get for thermocouple type

0.0.3
-----

Expand Down
5 changes: 5 additions & 0 deletions library/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ Latest/development library from GitHub:

# Changelog

0.0.4
-----

* Add set/get for thermocouple type

0.0.3
-----

Expand Down
2 changes: 1 addition & 1 deletion library/mcp9600/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from i2cdevice.adapter import LookupAdapter, Adapter
import struct

__version__ = '0.0.3'
__version__ = '0.0.4'

CHIP_ID = 0x40
I2C_ADDRESSES = list(range(0x60, 0x68))
Expand Down
2 changes: 1 addition & 1 deletion library/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
[metadata]
name = mcp9600
version = 0.0.3
version = 0.0.4
author = Philip Howard
author_email = phil@pimoroni.com
description = Python library for the MCP9600 thermocouple temperature sensor
Expand Down

0 comments on commit 4d5f99b

Please sign in to comment.