Skip to content

Commit eb945bc

Browse files
[misc] conda build version
1 parent f156a70 commit eb945bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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.8.0a0') %}
4+
{% set version = environ.get('BUILD_VERSION', '0.8.1a0') %}
55

66
package:
77
name: onnxtr

0 commit comments

Comments
 (0)