This commit is contained in:
mouse 2020-04-20 13:38:08 -03:00
parent 44d56dfae6
commit 513dfe7772
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ with open(path.join(this_directory, 'README.md'), encoding='utf-8') as f:
long_description = f.read()
setup(name='mkv-this',
version='0.1.23',
version='0.1.24',
description='markovify user-provided text and output the results to a text file.',
long_description=long_description,
long_description_content_type='text/markdown',