Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hakavlad committed Feb 25, 2024
1 parent 0d1dd4a commit 7374f9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ def readme():


NAME = 'tird'
VERSION = '0.7.0'
VERSION = '0.8.0'

setup(
name=NAME,
version=VERSION,
license='CC0',
author='Alexey Avramov',
author_email='[email protected]',
description='A tool for encrypting file contents '
description='A tool for writing random bytes, encrypting file contents, '
'and hiding encrypted data',
long_description=readme(),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 7374f9b

Please sign in to comment.