diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f0e8f4e7..7c6b0006 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -125,7 +125,6 @@ jobs: python-version: ${{ env.MAIN_PYTHON_VERSION }} test: - if: false name: Testing needs: [build] runs-on: ubuntu-latest diff --git a/pyproject.toml b/pyproject.toml index 55a5539d..eb8eb3ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"