Merge branch 'testing'

This commit is contained in:
mousebot 2020-04-24 21:11:29 -03:00
commit 2098bac4a4
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.34',
version='0.1.35',
description='cli wrapper for markovify: take a text file or URL, markovify, save the results.',
long_description=long_description,
long_description_content_type='text/markdown',