Bump version to 0.7.0 (previous one got tagged)

This commit is contained in:
Oliver Smith 2018-02-20 19:53:50 +00:00 committed by GitHub
parent db5e69630e
commit 2a9c1da46c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"