diff --git a/pyproject.toml b/pyproject.toml index 2f0bace..3fb8388 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = ["setuptools>=77.0"] [project] name = "teslemetry_stream" -version = "0.9.2" +version = "0.10.0" license = "Apache-2.0" description = "Teslemetry Streaming API library for Python" readme = "README.md" diff --git a/uv.lock b/uv.lock index 76dbb3f..7cc8c9d 100644 --- a/uv.lock +++ b/uv.lock @@ -612,7 +612,7 @@ wheels = [ [[package]] name = "teslemetry-stream" -version = "0.9.2" +version = "0.10.0" source = { editable = "." } dependencies = [ { name = "aiohttp" },