From b6a58482089fa29d7ce80e89b5cf31b321e94c13 Mon Sep 17 00:00:00 2001 From: ganeshtata Date: Thu, 8 Nov 2018 22:37:11 +0530 Subject: [PATCH] FEAT: Release 20181108 --- pdfminer/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdfminer/__init__.py b/pdfminer/__init__.py index 82a41fd..01ddba7 100644 --- a/pdfminer/__init__.py +++ b/pdfminer/__init__.py @@ -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__)