From 6e24b727d0e32bcd8c5068f6dd783a7315772a3e Mon Sep 17 00:00:00 2001 From: Kirill Markin Date: Sat, 8 Jun 2024 13:15:23 +0200 Subject: [PATCH] cleanup --- repo_to_text/__init__.py | 1 - setup.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/repo_to_text/__init__.py b/repo_to_text/__init__.py index aa3db93..4568cbb 100644 --- a/repo_to_text/__init__.py +++ b/repo_to_text/__init__.py @@ -1,3 +1,2 @@ __author__ = 'Kirill Markin' __email__ = 'markinkirill@gmail.com' -__version__ = '0.1' diff --git a/setup.py b/setup.py index 3d7d3f7..94dc52f 100644 --- a/setup.py +++ b/setup.py @@ -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.',