From 7ab671189ddd4428521bf1a92a05e0a6dd4f5c97 Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Tue, 12 Mar 2019 10:33:59 -0600 Subject: [PATCH] West v0.5.5 Cut a new version for the latest changes. Signed-off-by: Marti Bolivar --- src/west/_bootstrap/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/west/_bootstrap/version.py b/src/west/_bootstrap/version.py index a5f7211..e45150d 100644 --- a/src/west/_bootstrap/version.py +++ b/src/west/_bootstrap/version.py @@ -2,4 +2,4 @@ # # This is the Python 3 version of option 3 in: # https://packaging.python.org/guides/single-sourcing-package-version/#single-sourcing-the-version -__version__ = '0.5.4' +__version__ = '0.5.5'