File: _version.py

package info (click to toggle)
python-geojson 3.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 288 kB
  • sloc: python: 1,081; makefile: 7
file content (2 lines) | stat: -rw-r--r-- 81 bytes parent folder | download
1
2
__version__ = "3.2.0"
__version_info__ = tuple(map(int, __version__.split(".")))