Skip to content

Commit

Permalink
V0.3.9 bump (#363)
Browse files Browse the repository at this point in the history
* version bump

* minor fix for conda deploy
  • Loading branch information
timryanb authored Feb 10, 2025
1 parent 6f2e31e commit 9d53f0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_conda_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,4 @@ jobs:
conda config --set anaconda_upload no;
cd ${F2F_DIR}/conda;
conda build --variants "{scalar: ${{ matrix.SCALAR }}}" -c "smdogroup/label/complex" -c smdogroup -c conda-forge $BUILD_ARGS --output-folder . .;
anaconda upload --label $LABEL ${{ matrix.TARGET }}/*.tar.bz2 --force;
anaconda upload --label $LABEL ${{ matrix.TARGET }}/*.conda --force;
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def get_mpi_flags():

setup(
name="funtofem",
version="0.3.8",
version="0.3.9",
description="Aerothermoelastic coupling framework and transfer schemes",
author="Graeme J. Kennedy",
author_email="[email protected]",
Expand Down

0 comments on commit 9d53f0b

Please sign in to comment.