From a872049e9b1346ad68895efad4e225e9c04d9c37 Mon Sep 17 00:00:00 2001 From: daquintero Date: Thu, 22 Feb 2024 19:42:45 +0100 Subject: [PATCH] RELEASE: :tada: Get ready for 2.6.0 --- .github/workflows/release.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 614312418..ccc7852d7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@master - name: Exit if any RC release - if: contains(github.ref, 'rc') == false + if: contains(${{ github.ref }}, 'rc') == false uses: everlytic/branch-merge@1.1.2 with: github_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/pyproject.toml b/pyproject.toml index f2433f6df..febaceb40 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tidy3d" -version = "2.6.0rc1" # Thinking about bump2version +version = "2.6.0" # Thinking about bump2version description = "A fast FDTD solver" authors = ["Tyler Hughes "] license = "LGPLv2+"