From 73fb7b7935f0fcbeec8b9e35f77ae764a9200399 Mon Sep 17 00:00:00 2001 From: Brett Date: Mon, 10 Aug 2026 12:21:52 +1000 Subject: [PATCH] chore: bump version to 0.10.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index af8c5ef..099a1c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = ["setuptools>=77.0"] [project] name = "teslemetry_stream" -version = "0.10.0" +version = "0.10.1" license = "Apache-2.0" description = "Teslemetry Streaming API library for Python" readme = "README.md"