release 20100619

git-svn-id: https://pdfminerr.googlecode.com/svn/trunk/pdfminer@230 1aa58f4a-7d42-0410-adbc-911cccaed67c
pull/1/head
yusuke.shinyama.dummy 2010-06-19 03:58:20 +00:00
parent f5aff374fc
commit 2d02833936
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python #!/usr/bin/env python
__version__ = '20100424' __version__ = '20100619'
if __name__ == '__main__': print __version__ if __name__ == '__main__': print __version__

View File

@ -30,7 +30,7 @@ PDF parser that can be used for other purposes instead of text analysis.''',
'tools/dumppdf.py', 'tools/dumppdf.py',
'tools/latin2ascii.py', 'tools/latin2ascii.py',
], ],
keywords=['pdf parser', 'pdf converter', 'text mining'], keywords=['pdf parser', 'pdf converter', 'layout analysis', 'text mining'],
classifiers=[ classifiers=[
'Development Status :: 4 - Beta', 'Development Status :: 4 - Beta',
'Environment :: Console', 'Environment :: Console',