From 602bd99e896af067ce9f210188f8877a89211308 Mon Sep 17 00:00:00 2001 From: Kirill Markin Date: Sat, 2 Nov 2024 19:56:37 +0100 Subject: [PATCH] bump version to 0.4.4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e2d952c..b4bc505 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open('requirements.txt') as f: setup( name='repo-to-text', - version='0.4.3', + version='0.4.4', author='Kirill Markin', author_email='markinkirill@gmail.com', description='Convert a directory structure and its contents into a single text file, including the tree output and file contents in markdown code blocks. It may be useful to chat with LLM about your code.',