File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11{% set pyproject = load_file_data('../pyproject.toml', from_recipe_dir=True) %}
22{% set project = pyproject.get('project') %}
33{% set urls = pyproject.get('project', {}).get('urls') %}
4- {% set version = environ.get('BUILD_VERSION', '0.7.0a0 ') %}
4+ {% set version = environ.get('BUILD_VERSION', '0.7.1a0 ') %}
55
66package :
77 name : onnxtr
Original file line number Diff line number Diff line change 77[ ![ codecov] ( https://codecov.io/gh/felixdittrich92/OnnxTR/graph/badge.svg?token=WVFRCQBOLI )] ( https://codecov.io/gh/felixdittrich92/OnnxTR )
88[ ![ Codacy Badge] ( https://app.codacy.com/project/badge/Grade/4fff4d764bb14fb8b4f4afeb9587231b )] ( https://app.codacy.com/gh/felixdittrich92/OnnxTR/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade )
99[ ![ CodeFactor] ( https://www.codefactor.io/repository/github/felixdittrich92/onnxtr/badge )] ( https://www.codefactor.io/repository/github/felixdittrich92/onnxtr )
10- [ ![ Socket Badge] ( https://socket.dev/api/badge/pypi/package/onnxtr/0.7.0 ?artifact_id=tar-gz )] ( https://socket.dev/pypi/package/onnxtr/overview/0.7.0 /tar-gz )
11- [ ![ Pypi] ( https://img.shields.io/badge/pypi-v0.7.0 -blue.svg )] ( https://pypi.org/project/OnnxTR/ )
10+ [ ![ Socket Badge] ( https://socket.dev/api/badge/pypi/package/onnxtr/0.7.1 ?artifact_id=tar-gz )] ( https://socket.dev/pypi/package/onnxtr/overview/0.7.1 /tar-gz )
11+ [ ![ Pypi] ( https://img.shields.io/badge/pypi-v0.7.1 -blue.svg )] ( https://pypi.org/project/OnnxTR/ )
1212[ ![ Docker Images] ( https://img.shields.io/badge/Docker-4287f5?style=flat&logo=docker&logoColor=white )] ( https://github.com/felixdittrich92/OnnxTR/pkgs/container/onnxtr )
1313[ ![ Hugging Face Spaces] ( https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Spaces-blue )] ( https://huggingface.co/spaces/Felix92/OnnxTR-OCR )
1414![ PyPI - Downloads] ( https://img.shields.io/pypi/dm/onnxtr )
Original file line number Diff line number Diff line change 99from setuptools import setup
1010
1111PKG_NAME = "onnxtr"
12- VERSION = os .getenv ("BUILD_VERSION" , "0.7.0a0 " )
12+ VERSION = os .getenv ("BUILD_VERSION" , "0.7.1a0 " )
1313
1414
1515if __name__ == "__main__" :
You can’t perform that action at this time.
0 commit comments