This commit is contained in:
Kirill Markin 2024-06-08 13:15:23 +02:00
parent 0ef4c93aad
commit 6e24b727d0
2 changed files with 1 additions and 2 deletions

View file

@ -5,7 +5,7 @@ with open('requirements.txt') as f:
setup(
name='repo-to-text',
version='0.1',
version='0.1.1',
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.',