summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJohannes Schauer Marin Rodrigues <josch@debian.org>2023-11-26 18:33:12 +0100
committerJohannes Schauer Marin Rodrigues <josch@debian.org>2023-11-26 18:33:12 +0100
commitdf5496b4f894baf7786e58b8b0e39f6dc204215f (patch)
tree99a2e3b66051f15c22d984d41dcc3164b7ad2639 /setup.py
parentd6d4451cf308865725d044a4331bda9ba7ec066d (diff)
New upstream version 0.5.1
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 ef13176..2b7c3e0 100644
--- a/setup.py
+++ b/setup.py
@@ -1,7 +1,7 @@
import sys
from setuptools import setup
-VERSION = "0.5.0"
+VERSION = "0.5.1"
INSTALL_REQUIRES = (
"Pillow",