pdfminer.six/pdfminer/__init__.py

5 lines
123 B
Python

__version__ = "__VERSION__" # auto replaced with tag in github actions
if __name__ == "__main__":
print(__version__)