From afc2061d6773400b29c327e9bc9fbdf4dea3ae3a Mon Sep 17 00:00:00 2001 From: Patcher99 Date: Tue, 12 Mar 2024 22:26:55 +0530 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 479fa7e..8096fdd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dokumetry" -version = "0.0.6" +version = "0.1.0" description = "A Python library for tracking LLM and GenAI usage and sending the usage data to Doku" authors = ["Doku Labs"] repository = "https://github.com/dokulabs/dokumetry-python"