Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
felixdittrich92 committed Aug 16, 2024
1 parent e822d62 commit 679c5d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% set pyproject = load_file_data('../pyproject.toml', from_recipe_dir=True) %}
{% set project = pyproject.get('project') %}
{% set urls = pyproject.get('project', {}).get('urls') %}
{% set version = environ.get('BUILD_VERSION', '0.3.3a0') %}
{% set version = environ.get('BUILD_VERSION', '0.4.0a0') %}

package:
name: onnxtr
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from setuptools import setup

PKG_NAME = "onnxtr"
VERSION = os.getenv("BUILD_VERSION", "0.3.3a0")
VERSION = os.getenv("BUILD_VERSION", "0.4.0a0")


if __name__ == "__main__":
Expand Down

0 comments on commit 679c5d6

Please sign in to comment.