Skip to content

Commit

Permalink
Prep for v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed May 5, 2020
1 parent 8795b20 commit 98b7e3a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions library/CHANGELOG.txt
@@ -1,3 +1,9 @@
0.1.1
-----

* Fix set_proximity_rate_ms, set_light_repeat_rate_ms and set_interrupt_mode (thanks @mkende)
* Improve library comments & docstrings

0.1.0
-----

Expand Down
2 changes: 1 addition & 1 deletion library/ltr559/__init__.py
Expand Up @@ -3,7 +3,7 @@
from i2cdevice import Device, Register, BitField
from i2cdevice.adapter import Adapter, LookupAdapter, U16ByteSwapAdapter

__version__ = '0.1.0'
__version__ = '0.1.1'

I2C_ADDR = 0x23
PART_ID = 0x09
Expand Down
2 changes: 1 addition & 1 deletion library/setup.cfg
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
[metadata]
name = ltr559
version = 0.1.0
version = 0.1.1
author = Philip Howard
author_email = phil@pimoroni.com
description = Python library for the LTR559 light and proximity
Expand Down

0 comments on commit 98b7e3a

Please sign in to comment.