From 9fcbdb95c858b8d2026713140e0a6dedbbf0b66a Mon Sep 17 00:00:00 2001 From: reva1403 <120055323+reva1403@users.noreply.github.com> Date: Thu, 15 Dec 2022 06:27:51 +0700 Subject: [PATCH] Update devcontainer-feature.json --- src/python/devcontainer-feature.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python/devcontainer-feature.json b/src/python/devcontainer-feature.json index 8daf3e9..2b8fdb7 100644 --- a/src/python/devcontainer-feature.json +++ b/src/python/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "python", - "version": "1.0.17", + "version": "2.0.01", "name": "Python", "documentationURL": "https://github.com/devcontainers/features/tree/main/src/python", "description": "Installs the provided version of Python, as well as PIPX, and other common Python utilities. JupyterLab is conditionally installed with the python feature. Note: May require source code compilation.",