tokencrawler/.venv/lib/python3.9/site-packages/oslash/_version.py
2022-03-17 22:16:30 +01:00

21 lines
497 B
Python

# This file was generated by 'versioneer.py' (0.18) 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": "2020-10-12T22:47:30+0200",
"dirty": false,
"error": null,
"full-revisionid": "2b865c79470913da59310e3dd1c9718711416d2a",
"version": "0.6.3"
}
''' # END VERSION_JSON
def get_versions():
return json.loads(version_json)