Skip to content

Commit

Permalink
Bump version to -rc4
Browse files Browse the repository at this point in the history
  • Loading branch information
James R. Barlow committed Aug 6, 2015
1 parent 97015ef commit 16d24f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ocrmypdf/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def complain(message):
parser = cmdline.get_argparse(
prog="ocrmypdf",
description="Generate searchable PDF file from an image-only PDF file.",
version='3.0rc2',
version='3.0rc4',
fromfile_prefix_chars='@',
ignored_args=[
'touch_files_only', 'recreate_database', 'checksum_file_name',
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,10 +165,10 @@ def check_external_program(

setup(
name='ocrmypdf',
version='3.0rc2',
version='3.0rc4', # also update: release notes, main.py
description='OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them to be searched',
url='https://github.com/fritz-hh/OCRmyPDF',
author='J. R. Barlow',
author='James. R. Barlow',
author_email='[email protected]',
license='Public Domain',
packages=['ocrmypdf'],
Expand Down

0 comments on commit 16d24f1

Please sign in to comment.