aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Vilcans <martin@librador.com>2020-07-11 23:59:23 +0200
committerMartin Vilcans <martin@librador.com>2020-07-11 23:59:23 +0200
commit043d1a8eb47f948beb0575114aa6cd93f45c3dc0 (patch)
tree47128e680aaf8d00f0b33c1490aa6d758ce8b4b7
parent4a0020cd9539fe49d5e723d29175c732f8569154 (diff)
downloadscreenplain-043d1a8eb47f948beb0575114aa6cd93f45c3dc0.tar.gz
Bump version to 0.9.0 - Python 3 only version
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
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',