Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
numpy / _version.py
Size: Mime:

# This file was generated by 'versioneer.py' (0.19) 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": "2021-12-30T19:05:54-0800",
 "dirty": false,
 "error": null,
 "full-revisionid": "ae84e3df475b970aba7fd5a12a4169abe70cd68b",
 "version": "1.22.0+2.gae84e3df4"
}
'''  # END VERSION_JSON


def get_versions():
    return json.loads(version_json)