From 41ac809564dc3a885baacbb5cd5cb513e4caac78 Mon Sep 17 00:00:00 2001 From: Martin Vilcans Date: Wed, 29 Nov 2023 08:33:02 +0100 Subject: Bump version to 0.11.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ba23c15..7f5df9f 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.10.0', + version='0.11.0', description='Convert text file to viewable screenplay.', long_description=long_description, long_description_content_type='text/markdown', -- cgit