> ## Documentation Index
> Fetch the complete documentation index at: https://flow-docs.mira.network/llms.txt
> Use this file to discover all available pages before exploring further.

# Project Updates

> New updates and improvements

<Update label="December 2024">
  ## Version 0.1.13

  We've expanded our Python version support to enhance compatibility across different development environments.

  ### Update Your SDK

  <Info>
    For existing users, update to the latest version of Mira SDK:

    ```bash theme={null}
    pip install mira-sdk==0.1.13
    ```

    New users should follow our [Installation Guide](/documentation/get-started/installation) to get started.
  </Info>

  ### What's New

  * Added support for Python versions 3.9 through 3.13

  ## Version 0.1.11 (Beta release)

  We are excited to announce our beta release of Mira SDK! With this release, you can start building and deploying AI flows using our comprehensive guides.

  ### Update Your SDK

  <Info>
    For existing users, update to the latest version of Mira SDK:

    ```bash theme={null}
    pip install mira-sdk==0.1.11
    ```

    New users should follow our [Installation Guide](/documentation/get-started/installation) to get started.
  </Info>

  ### Feature Set

  * Using Marketplace Flows

  * Building Your Own Elemental and Compound flows

  * Empowering flows with RAG

  * Saving and customizing Marketplace flows

  * Turning flows into actionable agents
</Update>
