diff options
Diffstat (limited to 'src/python/devcontainer-feature.json')
-rw-r--r-- | src/python/devcontainer-feature.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/python/devcontainer-feature.json b/src/python/devcontainer-feature.json index 31d03f4..db13b78 100644 --- a/src/python/devcontainer-feature.json +++ b/src/python/devcontainer-feature.json @@ -1,5 +1,6 @@ { "id": "python", + "version": "1.0.0", "name": "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.", "options": { |