From 6f53419e8b756f778a18619f28df38f2868dd420 Mon Sep 17 00:00:00 2001 From: Emmanuel Nwafor Date: Sat, 18 Nov 2023 21:29:51 +0100 Subject: [PATCH] chore: next release --- pyproject.toml | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2ad0c28..ffe8763 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "alxcheck" -version = "0.0.5" +version = "0.1.0" authors = [{ name="Emmanuel Nwafor", email="nwaforemmanuel005@gmail.com"}] description = "ALX text suite. Shell Utility that checks files for ALX's Project Requirements. Including: General, C, JavaScript and Python projects" readme = "README.md" diff --git a/setup.cfg b/setup.cfg index 462343c..9528f64 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = alxcheck -version = 0.0.5 +version = 0.1.0 author = Nwafor Emmanuel author_email = nwaforemmanuel005@gmail.com description = "ALX text suite. Shell Utility that checks files for ALX's Project Requirements. Including: General, C, JavaScript and Python projects"