diff --git a/python-install.json b/python-install.json index 4fa9fbe..3a999e5 100644 --- a/python-install.json +++ b/python-install.json @@ -1,5 +1,34 @@ { "versions": [ + { + "version": "0.4.6", + "gaugeVersionSupport": { + "minimum": "1.0.7", + "maximum": "" + }, + "install": { + "windows": [], + "darwin": [], + "linux": [] + }, + "DownloadUrls": { + "x86": { + "windows": "https://github.com/getgauge/gauge-python/releases/download/v0.4.6/gauge-python-0.4.6.zip", + "darwin": "https://github.com/getgauge/gauge-python/releases/download/v0.4.6/gauge-python-0.4.6.zip", + "linux": "https://github.com/getgauge/gauge-python/releases/download/v0.4.6/gauge-python-0.4.6.zip" + }, + "x64": { + "windows": "https://github.com/getgauge/gauge-python/releases/download/v0.4.6/gauge-python-0.4.6.zip", + "darwin": "https://github.com/getgauge/gauge-python/releases/download/v0.4.6/gauge-python-0.4.6.zip", + "linux": "https://github.com/getgauge/gauge-python/releases/download/v0.4.6/gauge-python-0.4.6.zip" + }, + "arm64": { + "windows": "https://github.com/getgauge/gauge-python/releases/download/v0.4.6/gauge-python-0.4.6.zip", + "darwin": "https://github.com/getgauge/gauge-python/releases/download/v0.4.6/gauge-python-0.4.6.zip", + "linux": "https://github.com/getgauge/gauge-python/releases/download/v0.4.6/gauge-python-0.4.6.zip" + } + } + }, { "version": "0.4.5", "gaugeVersionSupport": {