Skip to content

Commit

Permalink
Version 20140327
Browse files Browse the repository at this point in the history
  • Loading branch information
euske committed Mar 27, 2014
1 parent ee47a66 commit b18e8c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
--------
Expand Down
2 changes: 1 addition & 1 deletion pdfminer/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python
__version__ = '20140324'
__version__ = '20140327'

if __name__ == '__main__':
print __version__

0 comments on commit b18e8c5

Please sign in to comment.