Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Krande committed Jan 3, 2025
1 parent a35276e commit feb4da3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conda/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ schema_version: 1

context:
name: code-aster
version: 17.2.0
version: 17.2.1
win_build: 1
build: 200
mpi_prefix: nompi
Expand All @@ -17,7 +17,7 @@ source:

build:
number: ${{ build }}
string: py${{ CONDA_PY }}_${{ mpi_prefix }}_${{ build_type }}_h${{ PKG_HASH }}_${{ build }}
string: py${{ python | replace('.', '') }}_${{ mpi_prefix }}_${{ build_type }}_h${{ hash }}_${{ build }}

requirements:
build:
Expand Down

0 comments on commit feb4da3

Please sign in to comment.