summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJohannes Schauer Marin Rodrigues <josch@debian.org>2023-10-28 10:21:25 +0200
committerJohannes Schauer Marin Rodrigues <josch@debian.org>2023-10-28 10:21:25 +0200
commitd6d4451cf308865725d044a4331bda9ba7ec066d (patch)
tree378aa1e2bc45e361ca5aedff0a841bd41a4d5341 /setup.py
parent7abe2f2f089f38a0ba403da8f1459f5c6bf2ffa6 (diff)
New upstream version 0.5.0
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 57a34af..ef13176 100644
--- a/setup.py
+++ b/setup.py
@@ -1,7 +1,7 @@
import sys
from setuptools import setup
-VERSION = "0.4.4"
+VERSION = "0.5.0"
INSTALL_REQUIRES = (
"Pillow",