diff --git a/doc/source/conf.py b/doc/source/conf.py index 123e51e..cf581eb 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -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 --------------------------------------------------- diff --git a/setup.py b/setup.py index 590ba31..21315ed 100644 --- a/setup.py +++ b/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.