From a08950430453af1ed17a420cd1f3228dda6cdd55 Mon Sep 17 00:00:00 2001 From: Nathaniel Graff Date: Mon, 2 Dec 2019 11:42:49 -0800 Subject: [PATCH] Bump version to 0.0.9 Signed-off-by: Nathaniel Graff --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index dcca96b..f0b9240 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setuptools.setup( name="pydevicetree", - version="0.0.8", + version="0.0.9", author="Nathaniel Graff", author_email="nathaniel.graff@sifive.com", description="A library for parsing Devicetree Source v1",