diff --git a/setup.py b/setup.py index c518a76..88554a6 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup ( name='img2pdf', - version='0.1.3', + version='0.1.4', author = "Johannes 'josch' Schauer", author_email = 'j.schauer@email.de', description = "Convert images to PDF via direct JPEG inclusion.", @@ -24,7 +24,7 @@ setup ( 'Natural Language :: English', 'Operating System :: OS Independent'], url = 'https://github.com/josch/img2pdf', - download_url = 'https://github.com/josch/img2pdf/archive/0.1.3.tar.gz', + download_url = 'https://github.com/josch/img2pdf/archive/0.1.4.tar.gz', package_dir={"": "src"}, py_modules=['img2pdf', 'jp2'], include_package_data = True,