From 931619272c074ffaf18eb1f47db38eb3cfb58d1d Mon Sep 17 00:00:00 2001 From: Alex Reibman Date: Mon, 29 Jan 2024 13:16:45 -0800 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a705765..2b2ca2a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ tokencost = ["model_prices.yaml"] [project] name = "tokencost" -version = "0.0.5" +version = "0.0.6" authors = [ { name = "Trisha Pan", email = "trishaepan@gmail.com" }, { name = "Alex Reibman", email = "areibman@gmail.com" }, @@ -40,4 +40,4 @@ llama-index = [ [project.urls] Homepage = "https://github.com/AgentOps-AI/tokencost" -Issues = "https://github.com/AgentOps-AI/tokencost/issues" \ No newline at end of file +Issues = "https://github.com/AgentOps-AI/tokencost/issues"