From e4213e96891b237b85288e38cfaf64f8a38b47aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=AD=20Bol=C3=ADvar?= Date: Wed, 17 Mar 2021 22:59:52 -0700 Subject: [PATCH] bump versions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Now that we have something nontrivial in here, bump the version. Signed-off-by: Martí Bolívar --- doc/source/conf.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 028fe78..123e51e 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.0' +release = '0.0.1' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 46b740a..590ba31 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.0' +version = '0.0.1' setuptools.setup( # TBD, just use these for now.