Files
bazarr/libs/ffsubsync/_version.py
2026-06-20 00:29:12 -04:00

22 lines
497 B
Python

# This file was generated by 'versioneer.py' (0.22) from
# revision-control system data, or from the parent directory name of an
# unpacked source archive. Distribution tarballs contain a pre-generated copy
# of this file.
import json
version_json = '''
{
"date": "2026-06-17T00:11:28-0700",
"dirty": false,
"error": null,
"full-revisionid": "d69d3f98aa0dfbca5d1f7932143c220c6aac278c",
"version": "0.5.0"
}
''' # END VERSION_JSON
def get_versions():
return json.loads(version_json)