From 513dfe7772eecdd05426bb461e8ccbe803816a70 Mon Sep 17 00:00:00 2001 From: mouse Date: Mon, 20 Apr 2020 13:38:08 -0300 Subject: [PATCH] version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 63cf31a..04d6c46 100644 --- a/setup.py +++ b/setup.py @@ -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',