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:
parent
9b6d3893ad
commit
aeab3aaa53
2 changed files with 2 additions and 2 deletions
|
|
@ -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 ---------------------------------------------------
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue