From 0c074d76eedf5bc78293c7d27ad005aea5242fac Mon Sep 17 00:00:00 2001 From: Caleb Wodi Date: Wed, 11 Feb 2026 20:37:47 +0100 Subject: [PATCH] build(pip): bump version to 0.4.1 --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 807b1ff..dfc6c09 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "explainthisrepo" -version = "0.4.0" +version = "0.4.1" description = "CLI tool to explain GitHub repository in plain English" readme = { file = "README.md", content-type = "text/markdown" } requires-python = ">=3.9,<4.0" @@ -27,7 +27,6 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Environment :: Console", - "Topic :: Software Development :: Tools", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", ]