We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f258832 commit 82bf4baCopy full SHA for 82bf4ba
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "tidy3d"
3
-version = "2.9.0rc1"
+version = "2.9.0rc2"
4
description = "A fast FDTD solver"
5
authors = ["Tyler Hughes <[email protected]>"]
6
license = "LGPLv2+"
tidy3d/version.py
@@ -1,3 +1,3 @@
from __future__ import annotations
-__version__ = "2.9.0rc1"
+__version__ = "2.9.0rc2"
0 commit comments