From 70bac0e8ac54dd5c45dac0f5f18464e0cd94106b Mon Sep 17 00:00:00 2001 From: jphillips Date: Fri, 14 Feb 2025 08:36:10 -0600 Subject: [PATCH] version bump --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8961d16..61bf31a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "contxt" -version = "0.1.0" -description = "Add your description here" +version = "0.1.1" +description = """A CLI utility for analyzing and flattening contextual informationinto consolidated files with metadata.""" requires-python = ">=3.11" dependencies = [ "alembic>=1.14.0",