Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 452 Bytes

pyodide_version.md

File metadata and controls

18 lines (12 loc) · 452 Bytes

(js_api_pyodide_version)=

pyodide.version()

Returns the pyodide version.

It can be either the exact release version (e.g. 0.1.0), or the latest release version followed by the number of commits since, and the git hash of the current commit (e.g. 0.1.0-1-bd84646).

Parameters

None

Returns

name type description
version String Pyodide version string