bump version to 0.4.4

This commit is contained in:
Kirill Markin 2024-11-02 19:56:37 +01:00
parent ad36a75a7a
commit 602bd99e89

View file

@ -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.',