from importlib import metadata

__version__ = metadata.version("django-pgtransaction")
