From 16d24f116649ee83387ffd3ec94872bb5a9613db Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Wed, 5 Aug 2015 23:26:38 -0700 Subject: [PATCH] Bump version to -rc4 --- ocrmypdf/main.py | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ocrmypdf/main.py b/ocrmypdf/main.py index af33d4d0..bd1cebd5 100755 --- a/ocrmypdf/main.py +++ b/ocrmypdf/main.py @@ -75,7 +75,7 @@ if tesseract.version() < MINIMUM_TESS_VERSION: 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', diff --git a/setup.py b/setup.py index ba3833f5..282776f3 100644 --- a/setup.py +++ b/setup.py @@ -165,10 +165,10 @@ if command.startswith('install') or \ 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='jim@purplerock.ca', license='Public Domain', packages=['ocrmypdf'],