From 043d1a8eb47f948beb0575114aa6cd93f45c3dc0 Mon Sep 17 00:00:00 2001 From: Martin Vilcans Date: Sat, 11 Jul 2020 23:59:23 +0200 Subject: Bump version to 0.9.0 - Python 3 only version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 16cd69c..d77d9e8 100755 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import setup setup( name='screenplain', - version='0.8.0', + version='0.9.0', description='Convert text file to viewable screenplay.', author='Martin Vilcans', author_email='screenplain@librador.com', -- cgit