aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Vilcans <martin@librador.com>2023-12-01 10:56:18 +0100
committerMartin Vilcans <martin@librador.com>2023-12-01 10:56:18 +0100
commit13b79f2dd0bf8f584965269137893dea50378b39 (patch)
treef1634eaf73ab08a6cc0070698aa7e6dc7af3dbe1
parent5123baa72a4ed4404ca15f6fe80f2930d88304be (diff)
downloadscreenplain-master.tar.gz
Bump to 0.11.1master
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 7f5df9f..4220a05 100755
--- a/setup.py
+++ b/setup.py
@@ -10,7 +10,7 @@ with open(path.join(this_directory, 'README.md'), encoding='utf-8') as f:
setup(
name='screenplain',
- version='0.11.0',
+ version='0.11.1',
description='Convert text file to viewable screenplay.',
long_description=long_description,
long_description_content_type='text/markdown',