diff options
author | Martin Vilcans <martin@librador.com> | 2019-02-21 21:59:54 +0100 |
---|---|---|
committer | Martin Vilcans <martin@librador.com> | 2019-02-21 21:59:54 +0100 |
commit | 535d8d69b8844cfdc1b3523737be69a78b7e3954 (patch) | |
tree | 7d6bda20d16e98586a067336b47f67c222e61b86 /setup.py | |
parent | e6c4d40f0eaa6c93cac88582d862aa8393a3cc10 (diff) | |
download | screenplain-535d8d69b8844cfdc1b3523737be69a78b7e3954.tar.gz |
Bump version and copyright
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ from distutils.core import setup setup( name='screenplain', - version='0.7.0', + version='0.8.0', description='Convert text file to viewable screenplay.', author='Martin Vilcans', author_email='screenplain@librador.com', |