Bump version to -rc4

This commit is contained in:
James R. Barlow
2015-08-05 23:26:38 -07:00
parent 97015ef775
commit 8f4f7aeaed
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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',
+2 -2
View File
@@ -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'],