diff --git a/setup.py b/setup.py index 5e1fe0e..19b2366 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='repo-to-text', - version='0.1.2', + version='0.1.3', 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.',