From 489b61bee8c918cdc852bffdc006742f8d019f59 Mon Sep 17 00:00:00 2001 From: Aman Rusia Date: Sat, 26 Oct 2024 16:50:39 +0530 Subject: [PATCH] Patch: fix pypi file duplicate --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 91df84d..7fba005 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] authors = [{ name = "Aman Rusia", email = "gapypi@arcfu.com" }] name = "wcgw" -version = "0.1.0" +version = "0.1.1" description = "What could go wrong giving full shell access to chatgpt?" readme = "README.md" requires-python = ">=3.10, <3.13"