diff --git a/scripts/dts/python-devicetree/setup.py b/scripts/dts/python-devicetree/setup.py index 590ba315104..21315ed2b0e 100644 --- a/scripts/dts/python-devicetree/setup.py +++ b/scripts/dts/python-devicetree/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.