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 105d757 commit c16beacCopy full SHA for c16beac
tidy3d/version.py
@@ -1,5 +1,3 @@
1
from __future__ import annotations
2
3
-import importlib.metadata
4
-
5
-__version__ = importlib.metadata.version("tidy3d")
+__version__ = "2.9.0rc1"
0 commit comments