Skip to content

Commit 8eef6d7

Browse files
cemitch99github-actions[bot]
authored andcommitted
Update Stub Files
1 parent f8514db commit 8eef6d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/python/impactx/__init__.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,6 @@ __author__: str = (
9595
"Axel Huebl, Chad Mitchell, Ryan Sandberg, Marco Garten, Ji Qiang, et al."
9696
)
9797
__license__: str = "BSD-3-Clause-LBNL"
98-
__version__: str = "25.10"
98+
__version__: str = "25.11"
9999
s: impactx_pybind.CoordSystem # value = <CoordSystem.s: 0>
100100
t: impactx_pybind.CoordSystem # value = <CoordSystem.t: 1>

src/python/impactx/impactx_pybind/__init__.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1033,6 +1033,6 @@ __author__: str = (
10331033
"Axel Huebl, Chad Mitchell, Ryan Sandberg, Marco Garten, Ji Qiang, et al."
10341034
)
10351035
__license__: str = "BSD-3-Clause-LBNL"
1036-
__version__: str = "25.10"
1036+
__version__: str = "25.11"
10371037
s: CoordSystem # value = <CoordSystem.s: 0>
10381038
t: CoordSystem # value = <CoordSystem.t: 1>

0 commit comments

Comments
 (0)