# `__version__` `PyScript.__version__` is a `str` representing the current version of PyScript in a human-readable form. For a structured version more suitable to comparisons, and for details of what each part of the version number represents, see [`version_info`](version_info.md) ```shell >>> pyscript.__version__ '2023.02.1.dev' ```