From aeab3aaa53e0cce696668ffb02bb9870bdb13880 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=AD=20Bol=C3=ADvar?= Date: Wed, 27 Apr 2022 11:44:22 -0700 Subject: [PATCH] setup.py: bump version to 0.0.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is upon request from someone who is using this library and wants the latest up on pypi. 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 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.