Skip to content

Commit a872049

Browse files
daquinteroflexmomchil-flex
authored andcommitted
RELEASE: 🎉 Get ready for 2.6.0
1 parent 46a54a1 commit a872049

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@master
1616
- name: Exit if any RC release
17-
if: contains(github.ref, 'rc') == false
17+
if: contains(${{ github.ref }}, 'rc') == false
1818
uses: everlytic/[email protected]
1919
with:
2020
github_token: ${{ secrets.GITHUB_TOKEN }}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "tidy3d"
3-
version = "2.6.0rc1" # Thinking about bump2version
3+
version = "2.6.0" # Thinking about bump2version
44
description = "A fast FDTD solver"
55
authors = ["Tyler Hughes <[email protected]>"]
66
license = "LGPLv2+"

0 commit comments

Comments
 (0)