summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJohannes 'josch' Schauer <josch@debian.org>2020-05-09 08:19:22 +0200
committerJohannes 'josch' Schauer <josch@debian.org>2020-05-09 08:19:22 +0200
commitbf994e55638522d821728c2d5166cfffe395349c (patch)
tree17e954d70ab1c5b8157f76647956100b2bde5ade /setup.py
parentbfa3c202c5b422b27b6ffc074697f6e64a53b6b3 (diff)
New upstream version 0.3.6
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 cf63582..9abe2e9 100644
--- a/setup.py
+++ b/setup.py
@@ -1,7 +1,7 @@
import sys
from setuptools import setup
-VERSION = "0.3.5"
+VERSION = "0.3.6"
INSTALL_REQUIRES = (
'Pillow',