From 1f859217fb430307b33fdfe99c2fa1ad2a7868d5 Mon Sep 17 00:00:00 2001 From: Likianta Date: Fri, 22 Oct 2021 15:09:56 +0800 Subject: [PATCH] Update example build version --- examples/dist_pyportable_itself/pyproject.json | 4 ++-- examples/hello_world_project/pyproject.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/dist_pyportable_itself/pyproject.json b/examples/dist_pyportable_itself/pyproject.json index d762aa2..46aca7f 100644 --- a/examples/dist_pyportable_itself/pyproject.json +++ b/examples/dist_pyportable_itself/pyproject.json @@ -1,6 +1,6 @@ { "app_name": "PyPortable Installer", - "app_version": "4.0.0b5-dist.29", + "app_version": "4.0.0-build.1", "description": "", "authors": [ "Likianta " @@ -97,5 +97,5 @@ "note": [ "check './requirements_offline' latest" ], - "pyportable_installer_version": "4.0.0b5" + "pyportable_installer_version": "4.0.0" } diff --git a/examples/hello_world_project/pyproject.json b/examples/hello_world_project/pyproject.json index a96c83c..e32ad54 100644 --- a/examples/hello_world_project/pyproject.json +++ b/examples/hello_world_project/pyproject.json @@ -1,6 +1,6 @@ { "app_name": "Hello World", - "app_version": "0.5.0", + "app_version": "0.5.2", "description": "Say hello to the given name.", "authors": [ "Likianta " @@ -26,7 +26,7 @@ "module_paths_scheme": "translate", "venv": { "enable_venv": false, - "python_version": "3.8", + "python_version": "3.9", "mode": "source_venv", "options": { "depsland": {