From 291caac7679de2fee1c15a29cfbad6689fa286e4 Mon Sep 17 00:00:00 2001 From: Alex Reibman Date: Mon, 3 Jun 2024 23:09:46 -0700 Subject: [PATCH] Bump pyproject version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1390eda..889b54f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ tokencost = ["model_prices.json"] [project] name = "tokencost" -version = "0.1.8" +version = "0.1.9" authors = [ { name = "Trisha Pan", email = "trishaepan@gmail.com" }, { name = "Alex Reibman", email = "areibman@gmail.com" },