diff options
-rw-r--r-- | COPYING | 2 | ||||
-rwxr-xr-x | setup.py | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -Copyright (c) 2011 Martin Vilcans +Copyright (c) 2019 Martin Vilcans and contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -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', |