Skip to content

Commit

Permalink
prepare 0.1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
josch committed Sep 7, 2014
1 parent 2afa1e4 commit 439d976
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup (
name='img2pdf',
version='0.1.1',
version='0.1.2',
author = "Johannes 'josch' Schauer",
author_email = 'j.schauer@email.de',
description = "Convert images to PDF via direct JPEG inclusion.",
Expand All @@ -22,7 +22,7 @@
'Natural Language :: English',
'Operating System :: OS Independent'],
url = 'https://github.com/josch/img2pdf',
download_url = 'https://github.com/josch/img2pdf/archive/0.1.1.tar.gz',
download_url = 'https://github.com/josch/img2pdf/archive/0.1.2.tar.gz',
package_dir={"": "src"},
py_modules=['img2pdf', 'jp2'],
include_package_data = True,
Expand Down

0 comments on commit 439d976

Please sign in to comment.