From e1e6819fb93a9fccfef5abe85ec1e689e831accb Mon Sep 17 00:00:00 2001 From: Kirill Markin Date: Fri, 14 Jun 2024 20:29:14 +0200 Subject: [PATCH] version fix --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2b07f48..88edbc1 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open('requirements.txt') as f: setup( name='repo-to-text', - version='0.2.2', + version='0.3.0', 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.',