diff options
author | Samruddhi Khandale <skhandale@microsoft.com> | 2022-09-08 20:46:18 +0300 |
---|---|---|
committer | Samruddhi Khandale <skhandale@microsoft.com> | 2022-09-08 20:46:18 +0300 |
commit | 723b2ea168cf42c4a3c00789b92c726b5a021182 (patch) | |
tree | 5d277110b38230e9a5f60815be4809ad0182b298 /src/python | |
parent | e7b248400b958940c75308e8a594c4335ce4810b (diff) |
bump version
Diffstat (limited to 'src/python')
-rw-r--r-- | src/python/devcontainer-feature.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/devcontainer-feature.json b/src/python/devcontainer-feature.json index 59366ea..141670d 100644 --- a/src/python/devcontainer-feature.json +++ b/src/python/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "python", - "version": "1.0.5", + "version": "1.0.6", "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.", |