Skip to content

Commit

Permalink
Bumped version to 3.0
Browse files Browse the repository at this point in the history
There are several changes since 2.0, so let's change the version number.
  • Loading branch information
GatoLoko committed Mar 2, 2015
1 parent 707b4a9 commit bffbf20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imgs2pdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
from PIL import Image
from reportlab.pdfgen import canvas

__VERSION__ = "2.0"
__VERSION__ = "3.0"
EXTENSIONES = [".jpg", ".gif", ".png", ".jpeg", ".JPG", ".GIF", ".PNG", ".JPEG"]
TITULO = os.path.split(os.getcwd())[-1]
SALIDA = "".join([TITULO, ".pdf"])
Expand Down

0 comments on commit bffbf20

Please sign in to comment.