From 2344bfdd194cecae51bcbed7fce4bac0e0d74dff Mon Sep 17 00:00:00 2001 From: Nathaniel Graff Date: Mon, 13 Jan 2020 10:47:44 -0800 Subject: [PATCH] Bump version to 0.0.12 Signed-off-by: Nathaniel Graff --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 45fd2b2..ea06b31 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setuptools.setup( name="pydevicetree", - version="0.0.11", + version="0.0.12", author="Nathaniel Graff", author_email="nathaniel.graff@sifive.com", description="A library for parsing Devicetree Source v1",