bump version to 0.0.17

This commit is contained in:
Bryan Bishop 2020-09-07 09:33:08 -05:00
parent 26dfe093fe
commit c1af289767
No known key found for this signature in database
GPG Key ID: 984F10CC77169FD2
1 changed files with 3 additions and 3 deletions

View File

@ -17,11 +17,11 @@ usage:
"""
__title__ = "pdfparanoia"
__version__ = "0.0.16"
__build__ = 0x000016
__version__ = "0.0.17"
__build__ = 0x000017
__author__ = "Bryan Bishop <kanzure@gmail.com>"
__license__ = "BSD"
__copyright__ = "Copyright 2016 Bryan Bishop"
__copyright__ = "Copyright 2013 Bryan Bishop"
from . import utils
from .core import scrub