Skip to content

Commit 7b22e71

Browse files
ax3lgithub-actions[bot]
authored andcommitted
Update Stub Files
1 parent 5f2e98d commit 7b22e71

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
@@ -81,7 +81,7 @@ __author__: str = (
8181
"Axel Huebl, Chad Mitchell, Ryan Sandberg, Marco Garten, Ji Qiang, et al."
8282
)
8383
__license__: str = "BSD-3-Clause-LBNL"
84-
__version__: str = "25.01"
84+
__version__: str = "25.02"
8585
s: impactx_pybind.CoordSystem # value = <CoordSystem.s: 0>
8686
t: impactx_pybind.CoordSystem # value = <CoordSystem.t: 1>
8787
cxx = impactx_pybind

src/python/impactx/impactx_pybind/__init__.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -738,6 +738,6 @@ __author__: str = (
738738
"Axel Huebl, Chad Mitchell, Ryan Sandberg, Marco Garten, Ji Qiang, et al."
739739
)
740740
__license__: str = "BSD-3-Clause-LBNL"
741-
__version__: str = "25.01"
741+
__version__: str = "25.02"
742742
s: CoordSystem # value = <CoordSystem.s: 0>
743743
t: CoordSystem # value = <CoordSystem.t: 1>

0 commit comments

Comments
 (0)