From c4421db5fb80b77b327cbc5cc528939c6db93d6a Mon Sep 17 00:00:00 2001 From: Nathaniel Graff Date: Fri, 8 Nov 2019 10:37:06 -0800 Subject: [PATCH] Bump version to v0.0.4 Signed-off-by: Nathaniel Graff --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4b93005..c324455 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setuptools.setup( name="pydevicetree", - version="0.0.3", + version="0.0.4", author="Nathaniel Graff", author_email="nathaniel.graff@sifive.com", description="A library for parsing Devicetree Source v1",