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