diff --git a/setup.py b/setup.py index efb6a5c..564b345 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,8 @@ setup( name='telegram-export', - version='0.1.6', + license="MPL 2.0", + version='1.7', description='A tool to download Telegram data (users, chats, messages, ' 'and media) into a database (and display the saved data).', long_description=desc,