Skip to content

Commit

Permalink
Prep for 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Oct 31, 2019
1 parent 84dcce9 commit 16969e9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions library/CHANGELOG.txt
@@ -1,3 +1,8 @@
0.0.3
-----

* Bugfix: support 0 init value of MODE_CONFIG register

0.0.2
-----

Expand Down
2 changes: 1 addition & 1 deletion library/max30105/__init__.py
Expand Up @@ -5,7 +5,7 @@
import time


__version__ = '0.0.2'
__version__ = '0.0.3'

CHIP_ID = 0x15
I2C_ADDRESS = 0x57
Expand Down
2 changes: 1 addition & 1 deletion library/setup.py
Expand Up @@ -39,7 +39,7 @@

setup(
name='max30105',
version='0.0.2',
version='0.0.3',
author='Philip Howard',
author_email='phil@pimoroni.com',
description="""Python library for the MAX30105 Smoke/Pulse Detector""",
Expand Down

0 comments on commit 16969e9

Please sign in to comment.