summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJohannes 'josch' Schauer <josch@debian.org>2020-05-09 08:19:23 +0200
committerJohannes 'josch' Schauer <josch@debian.org>2020-05-09 08:19:23 +0200
commitb72cfb1302bd42a1fea9e64d6b22fde7e411ea04 (patch)
tree171914ee4f2eea2216ccadfdd6df02a612572e41 /setup.py
parent0a29474f4657ee6f1f5f1441d8bec096648d5215 (diff)
parentbf994e55638522d821728c2d5166cfffe395349c (diff)
Update upstream source from tag 'upstream/0.3.6'
Update to upstream version '0.3.6' with Debian dir e4b86dc934115873e062dace8d1a9ea1caf27513
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',