From 56fb39de0805c41bf1b521268124ba0d6da1e705 Mon Sep 17 00:00:00 2001 From: Vishesh 'ironeagle' Bangotra Date: Thu, 22 Jan 2026 17:48:34 +0530 Subject: [PATCH] bumped up to version 0.0.4 with cli standardisation and rich doc strings --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c00641c..c72278d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "doc-forge" -version = "0.0.3" +version = "0.0.4" description = "A renderer-agnostic Python documentation compiler" readme = "README.md" requires-python = ">=3.10"