[object Object]

← back to Exo

version bump for brew consistency

962e5ef40db30ad803c3758a4290571fc33e3fc5 · 2025-10-07 15:18:54 +0100 · Evan Quiney

Files touched

Diff

commit 962e5ef40db30ad803c3758a4290571fc33e3fc5
Author: Evan Quiney <evanev7@gmail.com>
Date:   Tue Oct 7 15:18:54 2025 +0100

    version bump for brew consistency
---
 pyproject.toml                        | 2 +-
 rust/exo_pyo3_bindings/pyproject.toml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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"

← b1721e94 nix cleanup  ·  back to Exo  ·  fix: master tests 35ab6b37 →