summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJohannes Schauer <josch@debian.org>2017-01-20 05:49:31 +0100
committerJohannes Schauer <josch@debian.org>2017-01-20 05:49:31 +0100
commitf71d3883871752e9ab72bb175c89a378df2af529 (patch)
tree98fdde17ba8a53ac5d03fe672289b4d3cdeba2cf /setup.py
parentd3481fe48afe150f38f331048abe6452b8389723 (diff)
Import upstream version 0.2.3
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 50de1e6..874380c 100644
--- a/setup.py
+++ b/setup.py
@@ -1,6 +1,6 @@
from setuptools import setup
-VERSION = "0.2.1"
+VERSION = "0.2.3"
setup(
name='img2pdf',
@@ -18,7 +18,7 @@ setup(
'Environment :: Console',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
- 'Programming Language :: Python :: 3.4',
+ 'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: Implementation :: CPython',
'License :: OSI Approved :: GNU Lesser General Public License v3 '
'(LGPLv3)',