Skip to content

Commit

Permalink
Prep for v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Sep 13, 2019
1 parent ba869b2 commit 8cdc5a4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 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.2
-----

* Port to i2cdevice>=0.0.6 set/get API

0.0.1
-----

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


__version__ = '0.0.1'
__version__ = '0.0.2'


class SensorDataAdapter(Adapter):
Expand Down
4 changes: 2 additions & 2 deletions library/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

setup(
name='msa301',
version='0.0.1',
version='0.0.2',
author='Philip Howard',
author_email='phil@pimoroni.com',
description="""Python library for the MSA301 3-axis accelerometer.""",
Expand All @@ -49,5 +49,5 @@
url='http://www.pimoroni.com',
classifiers=classifiers,
packages=['msa301'],
install_requires=['i2cdevice']
install_requires=['i2cdevice>=0.0.6']
)

0 comments on commit 8cdc5a4

Please sign in to comment.