Skip to content

Commit c8a53ea

Browse files
[misc] Update version
1 parent f6c80c6 commit c8a53ea

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.conda/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

66
package:
77
name: onnxtr

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
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)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from setuptools import setup
1010

1111
PKG_NAME = "onnxtr"
12-
VERSION = os.getenv("BUILD_VERSION", "0.7.0a0")
12+
VERSION = os.getenv("BUILD_VERSION", "0.7.1a0")
1313

1414

1515
if __name__ == "__main__":

0 commit comments

Comments
 (0)