bump versions

Now that we have something nontrivial in here, bump the version.

Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
This commit is contained in:
Martí Bolívar 2021-03-17 22:59:52 -07:00
parent aeede9e46a
commit e4213e9689
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.0'
release = '0.0.1'
# -- General configuration ---------------------------------------------------

View file

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