Skip to content

Commit

Permalink
Prep for v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Nov 5, 2019
1 parent a5086d7 commit aaf1762
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
-----

* Fix set_sequence, issue #2

0.0.2
-----

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

__version__ = '0.0.2'
__version__ = '0.0.3'

DRV2605_ADDR = 0x5a

Expand Down
2 changes: 1 addition & 1 deletion library/setup.py
Expand Up @@ -39,7 +39,7 @@

setup(
name='drv2605',
version='0.0.2',
version='0.0.3',
author='Philip Howard',
author_email='phil@pimoroni.com',
description="""Python library for the DRV2605 Haptic Driver""",
Expand Down

0 comments on commit aaf1762

Please sign in to comment.