File: version.py

package info (click to toggle)
mapdamage 2.2.1%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 352 kB
  • sloc: python: 1,170; sh: 28; makefile: 22
file content (5 lines) | stat: -rw-r--r-- 121 bytes parent folder | download | duplicates (2)
1
2
3
4
5
#!/usr/bin/env python3
try:
    from mapdamage._version import __version__
except ImportError:
    __version__ = "2.2.1"