setup.py: bump version to 0.0.2

This is upon request from someone who is using this library and wants
the latest up on pypi.

Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
This commit is contained in:
Martí Bolívar 2022-04-27 11:44:22 -07:00
parent 9b6d3893ad
commit aeab3aaa53
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ copyright = u'2021 Zephyr Project members and individual contributors'
author = 'Zephyr Project'
# The full version, including alpha/beta/rc tags
release = '0.0.1'
release = '0.0.2'
# -- General configuration ---------------------------------------------------

View file

@ -12,7 +12,7 @@ This is just a placeholder for moving Zephyr's devicetree libraries
to PyPI.
'''
version = '0.0.1'
version = '0.0.2'
setuptools.setup(
# TBD, just use these for now.