From 2a082dd0d89c65a8dc0cfefa99aa8df4ec773ea3 Mon Sep 17 00:00:00 2001 From: Martin Vilcans Date: Thu, 9 Nov 2023 12:48:43 +0100 Subject: Bump version to 0.10.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 91888bd..ba23c15 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.9.0', + version='0.10.0', description='Convert text file to viewable screenplay.', long_description=long_description, long_description_content_type='text/markdown', -- cgit