Skip to content

Commit 00aab00

Browse files
chore: bump v2.10.1 patch
1 parent f6e3d0f commit 00aab00

File tree

9 files changed

+100
-89
lines changed

9 files changed

+100
-89
lines changed

poetry.lock

Lines changed: 91 additions & 80 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "tidy3d"
3-
version = "2.10.0"
3+
version = "2.10.1"
44
description = "A fast FDTD solver"
55
authors = ["Tyler Hughes <[email protected]>"]
66
license = "LGPLv2+"
@@ -119,7 +119,7 @@ vtk = { version = ">=9.2.6", optional = true }
119119
sphinxemoji = { version = "*", optional = true }
120120
cma = { version = "*", optional = true }
121121
openpyxl = { version = "*", optional = true }
122-
tidy3d-extras = { version = "2.10.0", optional = true }
122+
tidy3d-extras = { version = "2.10.1", optional = true }
123123

124124
[tool.poetry.extras]
125125
dev = [

schemas/EMESimulation.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13001,7 +13001,7 @@
1300113001
"type": "string"
1300213002
},
1300313003
"version": {
13004-
"default": "2.10.0",
13004+
"default": "2.10.1",
1300513005
"type": "string"
1300613006
}
1300713007
},

schemas/HeatChargeSimulation.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10146,7 +10146,7 @@
1014610146
"type": "string"
1014710147
},
1014810148
"version": {
10149-
"default": "2.10.0",
10149+
"default": "2.10.1",
1015010150
"type": "string"
1015110151
}
1015210152
},

schemas/HeatSimulation.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10146,7 +10146,7 @@
1014610146
"type": "string"
1014710147
},
1014810148
"version": {
10149-
"default": "2.10.0",
10149+
"default": "2.10.1",
1015010150
"type": "string"
1015110151
}
1015210152
},

schemas/ModeSimulation.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12815,7 +12815,7 @@
1281512815
"type": "string"
1281612816
},
1281712817
"version": {
12818-
"default": "2.10.0",
12818+
"default": "2.10.1",
1281912819
"type": "string"
1282012820
}
1282112821
},

schemas/Simulation.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17566,7 +17566,7 @@
1756617566
"type": "string"
1756717567
},
1756817568
"version": {
17569-
"default": "2.10.0",
17569+
"default": "2.10.1",
1757017570
"type": "string"
1757117571
}
1757217572
},

schemas/TerminalComponentModeler.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16177,7 +16177,7 @@
1617716177
"type": "string"
1617816178
},
1617916179
"version": {
16180-
"default": "2.10.0",
16180+
"default": "2.10.1",
1618116181
"type": "string"
1618216182
}
1618316183
},

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.10.0"
3+
__version__ = "2.10.1"

0 commit comments

Comments
 (0)