FEAT: Release 20181108

pull/219/head 20181108
ganeshtata 2018-11-08 22:37:11 +05:30
parent 90d61f2a3a
commit b6a5848208
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ 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 instead of text analysis.
"""
__version__ = '20170720'
__version__ = '20181108'
if __name__ == '__main__':
print(__version__)