Skip to content

Commit 82bf4ba

Browse files
committed
Bumping version to 2.9.0rc2
1 parent f258832 commit 82bf4ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.9.0rc1"
3+
version = "2.9.0rc2"
44
description = "A fast FDTD solver"
55
authors = ["Tyler Hughes <[email protected]>"]
66
license = "LGPLv2+"

tidy3d/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from __future__ import annotations
22

3-
__version__ = "2.9.0rc1"
3+
__version__ = "2.9.0rc2"

0 commit comments

Comments
 (0)