Skip to content

Commit

Permalink
Bump version 0.7.0
Browse files Browse the repository at this point in the history
(reinstate tests)
  • Loading branch information
iboyd-ansys committed Aug 30, 2024
1 parent e99f385 commit aab8b9c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ jobs:
python-version: ${{ env.MAIN_PYTHON_VERSION }}

test:
if: false
name: Testing
needs: [build]
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi"
[project]
# Check https://flit.readthedocs.io/en/latest/pyproject_toml.html for all available sections
name = "ansys-systemcoupling-core"
version = "0.7.dev0"
version = "0.7.0"
description = "A Python wrapper for Ansys System Coupling."
readme = "README.rst"
requires-python = ">=3.10,<3.13"
Expand Down

0 comments on commit aab8b9c

Please sign in to comment.