diff --git a/pyproject.toml b/pyproject.toml index 8759a9d7..c237615e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "exo" -version = "0.2.0" +version = "0.3.0" description = "Exo" readme = "README.md" requires-python = ">=3.13" diff --git a/rust/exo_pyo3_bindings/pyproject.toml b/rust/exo_pyo3_bindings/pyproject.toml index f1d24cf9..fbe53a84 100644 --- a/rust/exo_pyo3_bindings/pyproject.toml +++ b/rust/exo_pyo3_bindings/pyproject.toml @@ -29,4 +29,4 @@ features = ["pyo3/extension-module", "pyo3/experimental-async"] [tool.pytest.ini_options] log_cli = true log_cli_level = "INFO" -asyncio_mode = "auto" \ No newline at end of file +asyncio_mode = "auto"