From 8f4b3c8d69111b579ce4a56d6f6925695c2a46c0 Mon Sep 17 00:00:00 2001 From: Brian Retterer Date: Mon, 7 Nov 2022 18:10:53 -0500 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ff35f51..e080875 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "rivian-python-client" -version = "0.1.4" +version = "0.1.6" description = "Rivian API Client (Unofficial)" readme = "README.md" authors = ["Brian Retterer "]