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": {