File: version.py

package info (click to toggle)
python-django-pgbulk 3.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 572 kB
  • sloc: python: 1,824; makefile: 101; sh: 9
file content (3 lines) | stat: -rw-r--r-- 80 bytes parent folder | download
1
2
3
from importlib import metadata

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