diff --git a/README.md b/README.md index 431a70b..0848080 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ It includes a PDF converter that can transform PDF files into other text formats (such as HTML). It has an extensible PDF parser that can be used for other purposes than text analysis. + * Download (PyPI): https://pypi.python.org/pypi/pdfminer/ + Features -------- diff --git a/pdfminer/__init__.py b/pdfminer/__init__.py index 99bd91f..d8794b6 100644 --- a/pdfminer/__init__.py +++ b/pdfminer/__init__.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -__version__ = '20140324' +__version__ = '20140327' if __name__ == '__main__': print __version__