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 Jun 17, 2019
1 parent bb9126c commit be94ed7
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
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.0.2
-----

* Added reset function

0.0.1
-----

Expand Down
2 changes: 1 addition & 1 deletion library/pms5003/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import time


__version__ = '0.0.1'
__version__ = '0.0.2'


PMS5003_SOF = bytearray(b'\x42\x4d')
Expand Down
2 changes: 1 addition & 1 deletion library/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

setup(
name='pms5003',
version='0.0.1',
version='0.0.2',
author='Philip Howard',
author_email='phil@pimoroni.com',
description="""PMS5003 Particulate Sensor""",
Expand Down

0 comments on commit be94ed7

Please sign in to comment.