From ba46d7367720f132f74e6c5a2df5eee5ffee7a34 Mon Sep 17 00:00:00 2001 From: Brett Date: Mon, 27 Jul 2026 11:26:59 +1000 Subject: [PATCH] chore: bump version to 0.9.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0830c82..2f0bace 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = ["setuptools>=77.0"] [project] name = "teslemetry_stream" -version = "0.9.1" +version = "0.9.2" license = "Apache-2.0" description = "Teslemetry Streaming API library for Python" readme = "README.md"