version bump to 0.0.9

This commit is contained in:
Bryan Bishop 2013-02-05 17:21:58 -06:00
parent f78aad78ef
commit 30c6e30891
2 changed files with 3 additions and 2 deletions

View File

@ -30,6 +30,7 @@ file_handler.close()
## Changelog
* 0.0.9 - AIP: better checks for false-positives; IEEE: remove stdout garbage.
* 0.0.8 - ieee support
* 0.0.1 - initial commit

View File

@ -17,8 +17,8 @@ usage:
"""
__title__ = "pdfparanoia"
__version__ = "0.0.8"
__build__ = 0x000008
__version__ = "0.0.9"
__build__ = 0x000009
__author__ = "Bryan Bishop <kanzure@gmail.com>"
__license__ = "BSD"
__copyright__ = "Copyright 2013 Bryan Bishop"