From 678f522456dade57ccd4833e78fbcb2bf22e1b7e Mon Sep 17 00:00:00 2001 From: Vishesh 'ironeagle' Bangotra Date: Wed, 21 Jan 2026 18:59:09 +0530 Subject: [PATCH] (0.0.3): Refactor - Modular CLI Structure, Type Synchronization, and Documentation Audit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e76e350..c00641c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "doc-forge" -version = "0.0.2" +version = "0.0.3" description = "A renderer-agnostic Python documentation compiler" readme = "README.md" requires-python = ">=3.10"