Skip to content

Commit

Permalink
RELEASE: 🎉 Get ready for 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daquinteroflex authored and momchil-flex committed Feb 22, 2024
1 parent 46a54a1 commit a872049
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <tyler@flexcompute.com>"]
license = "LGPLv2+"
Expand Down

0 comments on commit a872049

Please sign in to comment.