Skip to content

Commit

Permalink
Merge pull request #1197 from GY-GitCode/24-8-11-dev
Browse files Browse the repository at this point in the history
Update configurations for v4.3.0
  • Loading branch information
chrishkchris authored Aug 11, 2024
2 parents 9a87f9e + 827f22d commit 8f81095
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
from datetime import date

# stable version
VERSION = '4.2.0'
VERSION = '4.3.0'
# get the git hash
# git_hash = subprocess.check_output(["git", "describe"]).strip().split('-')[-1][1:]
# comment the next line to build wheel for stable version
Expand Down
2 changes: 1 addition & 1 deletion tool/conda/singa/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# https://docs.conda.io/projects/conda-build/en/latest/resources/define-metadata.html#templating-with-jinja
# {% set data = load_setup_py_data(setup_file='../../../python/singa/setup.py', from_recipe_dir=True) %}

{% set version = "4.2.0" %}
{% set version = "4.3.0" %}

package:
name: singa
Expand Down

0 comments on commit 8f81095

Please sign in to comment.