aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Vilcans <martin@librador.com>2019-02-21 21:59:54 +0100
committerMartin Vilcans <martin@librador.com>2019-02-21 21:59:54 +0100
commit535d8d69b8844cfdc1b3523737be69a78b7e3954 (patch)
tree7d6bda20d16e98586a067336b47f67c222e61b86
parente6c4d40f0eaa6c93cac88582d862aa8393a3cc10 (diff)
downloadscreenplain-535d8d69b8844cfdc1b3523737be69a78b7e3954.tar.gz
Bump version and copyright
-rw-r--r--COPYING2
-rwxr-xr-xsetup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/COPYING b/COPYING
index e2e2728..2ccfe8c 100644
--- a/COPYING
+++ b/COPYING
@@ -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
diff --git a/setup.py b/setup.py
index ed43586..cca6820 100755
--- a/setup.py
+++ b/setup.py
@@ -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',