Skip to content

Commit 9b0a4d8

Browse files
ax3lgithub-actions[bot]
authored andcommitted
Update Stub Files
1 parent b3eae6b commit 9b0a4d8

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

src/amrex/space1d/__init__.pyi

+1-1
Original file line numberDiff line numberDiff line change
@@ -473,4 +473,4 @@ __author__: str = (
473473
"Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
474474
)
475475
__license__: str = "BSD-3-Clause-LBNL"
476-
__version__: str = "24.03-48-g47347f785f5c"
476+
__version__: str = "24.04"

src/amrex/space1d/amrex_1d_pybind/__init__.pyi

+2-2
Original file line numberDiff line numberDiff line change
@@ -3593,7 +3593,7 @@ class BoxArray:
35933593
def size(self) -> int: ...
35943594

35953595
class Config:
3596-
amrex_version: typing.ClassVar[str] = "24.03-48-g47347f785f5c"
3596+
amrex_version: typing.ClassVar[str] = "24.04"
35973597
gpu_backend = None
35983598
have_gpu: typing.ClassVar[bool] = False
35993599
have_mpi: typing.ClassVar[bool] = True
@@ -14562,4 +14562,4 @@ __author__: str = (
1456214562
"Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
1456314563
)
1456414564
__license__: str = "BSD-3-Clause-LBNL"
14565-
__version__: str = "24.03-48-g47347f785f5c"
14565+
__version__: str = "24.04"

src/amrex/space2d/__init__.pyi

+1-1
Original file line numberDiff line numberDiff line change
@@ -521,4 +521,4 @@ __author__: str = (
521521
"Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
522522
)
523523
__license__: str = "BSD-3-Clause-LBNL"
524-
__version__: str = "24.03-48-g47347f785f5c"
524+
__version__: str = "24.04"

src/amrex/space2d/amrex_2d_pybind/__init__.pyi

+2-2
Original file line numberDiff line numberDiff line change
@@ -3617,7 +3617,7 @@ class BoxArray:
36173617
def size(self) -> int: ...
36183618

36193619
class Config:
3620-
amrex_version: typing.ClassVar[str] = "24.03-48-g47347f785f5c"
3620+
amrex_version: typing.ClassVar[str] = "24.04"
36213621
gpu_backend = None
36223622
have_gpu: typing.ClassVar[bool] = False
36233623
have_mpi: typing.ClassVar[bool] = True
@@ -16324,4 +16324,4 @@ __author__: str = (
1632416324
"Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
1632516325
)
1632616326
__license__: str = "BSD-3-Clause-LBNL"
16327-
__version__: str = "24.03-48-g47347f785f5c"
16327+
__version__: str = "24.04"

src/amrex/space3d/__init__.pyi

+1-1
Original file line numberDiff line numberDiff line change
@@ -473,4 +473,4 @@ __author__: str = (
473473
"Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
474474
)
475475
__license__: str = "BSD-3-Clause-LBNL"
476-
__version__: str = "24.03-48-g47347f785f5c"
476+
__version__: str = "24.04"

src/amrex/space3d/amrex_3d_pybind/__init__.pyi

+2-2
Original file line numberDiff line numberDiff line change
@@ -3593,7 +3593,7 @@ class BoxArray:
35933593
def size(self) -> int: ...
35943594

35953595
class Config:
3596-
amrex_version: typing.ClassVar[str] = "24.03-48-g47347f785f5c"
3596+
amrex_version: typing.ClassVar[str] = "24.04"
35973597
gpu_backend = None
35983598
have_gpu: typing.ClassVar[bool] = False
35993599
have_mpi: typing.ClassVar[bool] = True
@@ -14596,4 +14596,4 @@ __author__: str = (
1459614596
"Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
1459714597
)
1459814598
__license__: str = "BSD-3-Clause-LBNL"
14599-
__version__: str = "24.03-48-g47347f785f5c"
14599+
__version__: str = "24.04"

0 commit comments

Comments
 (0)