From f121dce59be29db9b61d1105b8d1c63f20884bef Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Sat, 14 Jul 2018 01:16:04 +0000 Subject: [PATCH] pmb: bump version to 0.8.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 5463e7fc..53f3ba25 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.7.0" +version = "0.8.0" pmb_src = os.path.normpath(os.path.realpath(__file__) + "/../../..") apk_keys_path = pmb_src + "/keys"