mirror of
https://github.com/kanzure/pdfparanoia.git
synced 2025-07-15 14:08:21 +02:00
bump version to 0.0.17
This commit is contained in:
parent
26dfe093fe
commit
c1af289767
1 changed files with 3 additions and 3 deletions
|
@ -17,11 +17,11 @@ usage:
|
||||||
"""
|
"""
|
||||||
|
|
||||||
__title__ = "pdfparanoia"
|
__title__ = "pdfparanoia"
|
||||||
__version__ = "0.0.16"
|
__version__ = "0.0.17"
|
||||||
__build__ = 0x000016
|
__build__ = 0x000017
|
||||||
__author__ = "Bryan Bishop <kanzure@gmail.com>"
|
__author__ = "Bryan Bishop <kanzure@gmail.com>"
|
||||||
__license__ = "BSD"
|
__license__ = "BSD"
|
||||||
__copyright__ = "Copyright 2016 Bryan Bishop"
|
__copyright__ = "Copyright 2013 Bryan Bishop"
|
||||||
|
|
||||||
from . import utils
|
from . import utils
|
||||||
from .core import scrub
|
from .core import scrub
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue