From 6e71da6c68d303f5d195ebecdb38ff23a2e678d4 Mon Sep 17 00:00:00 2001 From: Nathaniel Graff Date: Thu, 14 Nov 2019 09:23:13 -0800 Subject: [PATCH] Bump version to 0.0.5 Signed-off-by: Nathaniel Graff --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c324455..2af24ca 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setuptools.setup( name="pydevicetree", - version="0.0.4", + version="0.0.5", author="Nathaniel Graff", author_email="nathaniel.graff@sifive.com", description="A library for parsing Devicetree Source v1",