Viewing File: /home/ubuntu/combine_ai/combine/lib/python3.10/site-packages/rembg/_version.py


# This file was generated by 'versioneer.py' (0.21) 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": "2024-03-12T19:47:49-0300",
 "dirty": false,
 "error": null,
 "full-revisionid": "00e3e257fe49c0fab66a08b20fa971be9a5260a0",
 "version": "2.0.56"
}
'''  # END VERSION_JSON


def get_versions():
    return json.loads(version_json)
Back to Directory File Manager