From 57afbda3b9538a68fab0f87a4b5fe08b0cb16fe0 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Sun, 11 Feb 2018 12:36:47 +0100 Subject: [PATCH] Bump version to 0.6.0 --- pmb/config/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pmb/config/__init__.py b/pmb/config/__init__.py index 4952b312..bc0465e0 100644 --- a/pmb/config/__init__.py +++ b/pmb/config/__init__.py @@ -30,7 +30,7 @@ from pmb.config.merge_with_args import merge_with_args # # Exported variables (internal configuration) # -version = "0.5.0" +version = "0.6.0" pmb_src = os.path.normpath(os.path.realpath(__file__) + "/../../..") apk_keys_path = pmb_src + "/keys"