This commit is contained in:
mousebot 2020-04-24 15:36:13 -03:00
parent a4ea75a3ba
commit 1cdcb6bed0
1 changed files with 0 additions and 4 deletions

View File

@ -7,11 +7,7 @@ with open(path.join(this_directory, 'README.md'), encoding='utf-8') as f:
long_description = f.read()
setup(name='mkv-this',
<<<<<<< HEAD
version='0.1.31',
=======
version='0.1.32',
>>>>>>> testing
description='cli wrapper for markovify: take a text file, markovify, output the results to a text file.',
long_description=long_description,
long_description_content_type='text/markdown',