Skip to content

Commit 1b2f89b

Browse files
committed
Bump version number to reflect breaking changes
1 parent 599dcd2 commit 1b2f89b

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

library/CHANGELOG.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
0.1.0
2+
-----
3+
4+
* Port to new i2cdevice API
5+
* Breaking change from singleton module to AS7262 class
6+
17
0.0.2
28
-----
39

library/as7262/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from i2cdevice import Device, Register, BitField, _int_to_bytes
66
from i2cdevice.adapter import Adapter, LookupAdapter
77

8-
__version__ = '0.0.2'
8+
__version__ = '0.1.0'
99

1010

1111
class as7262VirtualRegisterBus():

library/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
setup(
4141
name='as7262',
42-
version='0.0.2',
42+
version='0.1.0',
4343
author='Philip Howard',
4444
author_email='[email protected]',
4545
description="""Python library for the spectral sensor""",

0 commit comments

Comments
 (0)