From 1f38bcacd8efe7573ede967807d5134407aa4150 Mon Sep 17 00:00:00 2001 From: kaus-cofactory Date: Thu, 19 Oct 2023 18:56:40 +0530 Subject: [PATCH] update pypi version in toml file --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 78928ab..3e9ee0d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "textbase-client" -version = "0.1.6" +version = "0.1.7" description = "A python library to help you create chatbots easily with some more configurations" authors = ["kaus-cofactory ", "sammyCofactory "] readme = "README.md"