pip version fix

This commit is contained in:
Kirill Markin 2024-10-23 00:06:55 +02:00
parent 6e33556c4a
commit 42326ae797

View file

@ -5,7 +5,7 @@ with open('requirements.txt') as f:
setup( setup(
name='repo-to-text', name='repo-to-text',
version='0.4.0', version='0.4.2',
author='Kirill Markin', author='Kirill Markin',
author_email='markinkirill@gmail.com', 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.', 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.',