Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.8/site-packages/bottleneck/_version.py: 100%
Shortcuts on this page
r m x toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
Shortcuts on this page
r m x toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
2# This file was generated by 'versioneer.py' (0.22) from
3# revision-control system data, or from the parent directory name of an
4# unpacked source archive. Distribution tarballs contain a pre-generated copy
5# of this file.
7import json
9version_json = '''
10{
11 "date": "2024-06-17T22:41:24+0100",
12 "dirty": false,
13 "error": null,
14 "full-revisionid": "c4e1582c208ca23ebbf58ea64a9a9803208bd106",
15 "version": "1.4.0"
16}
17''' # END VERSION_JSON
20def get_versions():
21 return json.loads(version_json)