From 58090ff1a8193421ebf168b6eb95ca5d97378a7b Mon Sep 17 00:00:00 2001 From: Alexey Avramov Date: Sat, 14 Oct 2023 15:14:26 +0900 Subject: [PATCH] Update setup.py --- setup.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index f03d1f5..8a3e830 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ def readme(): NAME = 'tird' -VERSION = '0.2.1' +VERSION = '0.3.0' setup( name=NAME, @@ -15,7 +15,8 @@ def readme(): license='CC0', author='Alexey Avramov', author_email='hakavlad@gmail.com', - description='A tool for encrypting file contents and hiding random data among other random data', + description='A tool for encrypting file contents and hiding random data ' + 'among other random data', long_description=readme(), long_description_content_type='text/markdown', url='https://github.com/hakavlad/tird',