From fbcdaa4952b93c9ddf281e376fb65fee962c54df Mon Sep 17 00:00:00 2001 From: Clif Bratcher Date: Mon, 13 May 2024 15:43:19 -0400 Subject: [PATCH] Bump to 1.0.0 --- pyproject.toml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5206a21..9e420c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,11 +35,14 @@ shell = """ && open htmlcov/index.html """ [tool.poetry] -name = "simplecli" -version = "0.1.0" +name = "pysimplecli" +version = "1.0.0" description = "" authors = ["Clif Bratcher "] readme = "README.md" +packages = [ + {include = "simplecli"} +] [tool.poetry.dependencies] python = "^3.9"