From 75210b5cb5724ca8aa0ed845cc5a327b4dd4ef6a Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Thu, 12 Oct 2017 22:02:13 +0200 Subject: [PATCH] Version bump to 0.3.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 065c7757..50a4a35f 100644 --- a/pmb/config/__init__.py +++ b/pmb/config/__init__.py @@ -30,7 +30,7 @@ from pmb.config.save import save # # Exported variables (internal configuration) # -version = "0.2.0" +version = "0.3.0" pmb_src = os.path.normpath(os.path.realpath(__file__) + "/../../..") apk_keys_path = pmb_src + "/keys"