From 935a964c7ea99f98348c193ddc725531681aab9e Mon Sep 17 00:00:00 2001 From: Jared Dillard Date: Tue, 20 May 2025 01:20:36 -0700 Subject: [PATCH] bump version to 0.2.3 --- sphinx_llms_txt/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sphinx_llms_txt/__init__.py b/sphinx_llms_txt/__init__.py index 5a826f3..cd22884 100644 --- a/sphinx_llms_txt/__init__.py +++ b/sphinx_llms_txt/__init__.py @@ -12,7 +12,7 @@ from .manager import LLMSFullManager from .processor import DocumentProcessor from .writer import FileWriter -__version__ = "0.2.2" +__version__ = "0.2.3" # Export classes needed by tests __all__ = [