From 13b79f2dd0bf8f584965269137893dea50378b39 Mon Sep 17 00:00:00 2001 From: Martin Vilcans Date: Fri, 1 Dec 2023 10:56:18 +0100 Subject: Bump to 0.11.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7f5df9f..4220a05 100755 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ with open(path.join(this_directory, 'README.md'), encoding='utf-8') as f: setup( name='screenplain', - version='0.11.0', + version='0.11.1', description='Convert text file to viewable screenplay.', long_description=long_description, long_description_content_type='text/markdown', -- cgit