summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2021-11-15 03:31:32 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2021-11-15 03:31:32 +0000
commit8348ac7e15ea3923f448b8c8da927d343ea560eb (patch)
treea9ac602b4370b837ae50f1fd9456c2c436c34345 /setup.py
parentAdding upstream version 0.1.1. (diff)
downloadpydyf-8348ac7e15ea3923f448b8c8da927d343ea560eb.tar.xz
pydyf-8348ac7e15ea3923f448b8c8da927d343ea560eb.zip
Adding upstream version 0.1.2.upstream/0.1.2
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 45b7533..40b63c0 100644
--- a/setup.py
+++ b/setup.py
@@ -19,7 +19,7 @@ extras_require = \
'pillow']}
setup(name='pydyf',
- version='0.1.1',
+ version='0.1.2',
description='A low-level PDF generator.',
author=None,
author_email='CourtBouillon <contact@courtbouillon.org>',