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