From 968feef80af317c407317db9f35b3ab11ab56bcc Mon Sep 17 00:00:00 2001 From: Clair Delafuente Date: Tue, 19 Aug 2025 00:59:10 -0400 Subject: [PATCH] bump version --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 20ddb70..cf63c1f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "appsettings-archiver" -version = "0.1.0" +version = "1.0.0" description = "" authors = [ {name = "dfault-user",email = "32969563+dfault-user@users.noreply.github.com"} @@ -9,7 +9,6 @@ readme = "README.md" requires-python = ">=3.12" dependencies = [ "requests", - "dotenv", ] [tool.poetry]