Skip to content

Commit

Permalink
[misc] post release 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
felixdittrich92 committed Aug 21, 2024
1 parent 4bebdea commit a42e778
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.4.1a0') %}
{% set version = environ.get('BUILD_VERSION', '0.4.2a0') %}

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.4.1a0")
VERSION = os.getenv("BUILD_VERSION", "0.4.2a0")


if __name__ == "__main__":
Expand Down

0 comments on commit a42e778

Please sign in to comment.