summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/img2pdf.egg-info/PKG-INFO4
-rwxr-xr-xsrc/img2pdf.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/img2pdf.egg-info/PKG-INFO b/src/img2pdf.egg-info/PKG-INFO
index 8fa2d93..3713642 100644
--- a/src/img2pdf.egg-info/PKG-INFO
+++ b/src/img2pdf.egg-info/PKG-INFO
@@ -1,12 +1,12 @@
Metadata-Version: 2.1
Name: img2pdf
-Version: 0.3.5
+Version: 0.3.6
Summary: Convert images to PDF via direct JPEG inclusion.
Home-page: https://gitlab.mister-muffin.de/josch/img2pdf
Author: Johannes 'josch' Schauer
Author-email: josch@mister-muffin.de
License: LGPL
-Download-URL: https://gitlab.mister-muffin.de/josch/img2pdf/repository/archive.tar.gz?ref=0.3.5
+Download-URL: https://gitlab.mister-muffin.de/josch/img2pdf/repository/archive.tar.gz?ref=0.3.6
Description: [![Travis Status](https://travis-ci.org/josch/img2pdf.svg?branch=master)](https://travis-ci.org/josch/img2pdf)
[![Appveyor Status](https://ci.appveyor.com/api/projects/status/2kws3wkqvi526llj/branch/master?svg=true)](https://ci.appveyor.com/project/josch/img2pdf/branch/master)
diff --git a/src/img2pdf.py b/src/img2pdf.py
index ef438b5..4432fe7 100755
--- a/src/img2pdf.py
+++ b/src/img2pdf.py
@@ -42,7 +42,7 @@ try:
except ImportError:
pass
-__version__ = "0.3.5"
+__version__ = "0.3.6"
default_dpi = 96.0
papersizes = {
"letter": "8.5inx11in",