test/pdfminer/__init__.py

5 lines
123 B
Python
Raw Normal View History

2023-08-07 12:10:10 +00:00
__version__ = "__VERSION__" # auto replaced with tag in github actions
if __name__ == "__main__":
print(__version__)