From 2a9c1da46c86fe94a8240cd3d39128da513ceed6 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Tue, 20 Feb 2018 19:53:50 +0000 Subject: [PATCH] Bump version to 0.7.0 (previous one got tagged) --- 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 980d8195..c3473ec3 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.6.0" +version = "0.7.0" pmb_src = os.path.normpath(os.path.realpath(__file__) + "/../../..") apk_keys_path = pmb_src + "/keys"