Skip to content

Commit 63cae48

Browse files
ax3lgithub-actions[bot]
authored andcommitted
Update Stub Files
1 parent 00e6dbc commit 63cae48

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
@@ -493,4 +493,4 @@ __author__: str = (
493493
"Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
494494
)
495495
__license__: str = "BSD-3-Clause-LBNL"
496-
__version__: str = "24.05-32-g28b010126a1b"
496+
__version__: str = "24.06"

src/amrex/space1d/amrex_1d_pybind/__init__.pyi

+2-2
Original file line numberDiff line numberDiff line change
@@ -4762,7 +4762,7 @@ class BoxArray:
47624762
def size(self) -> int: ...
47634763

47644764
class Config:
4765-
amrex_version: typing.ClassVar[str] = "24.05-32-g28b010126a1b"
4765+
amrex_version: typing.ClassVar[str] = "24.06"
47664766
gpu_backend = None
47674767
have_gpu: typing.ClassVar[bool] = False
47684768
have_mpi: typing.ClassVar[bool] = True
@@ -16427,4 +16427,4 @@ __author__: str = (
1642716427
"Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
1642816428
)
1642916429
__license__: str = "BSD-3-Clause-LBNL"
16430-
__version__: str = "24.05-32-g28b010126a1b"
16430+
__version__: str = "24.06"

src/amrex/space2d/__init__.pyi

+1-1
Original file line numberDiff line numberDiff line change
@@ -541,4 +541,4 @@ __author__: str = (
541541
"Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
542542
)
543543
__license__: str = "BSD-3-Clause-LBNL"
544-
__version__: str = "24.05-32-g28b010126a1b"
544+
__version__: str = "24.06"

src/amrex/space2d/amrex_2d_pybind/__init__.pyi

+2-2
Original file line numberDiff line numberDiff line change
@@ -4786,7 +4786,7 @@ class BoxArray:
47864786
def size(self) -> int: ...
47874787

47884788
class Config:
4789-
amrex_version: typing.ClassVar[str] = "24.05-32-g28b010126a1b"
4789+
amrex_version: typing.ClassVar[str] = "24.06"
47904790
gpu_backend = None
47914791
have_gpu: typing.ClassVar[bool] = False
47924792
have_mpi: typing.ClassVar[bool] = True
@@ -18267,4 +18267,4 @@ __author__: str = (
1826718267
"Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
1826818268
)
1826918269
__license__: str = "BSD-3-Clause-LBNL"
18270-
__version__: str = "24.05-32-g28b010126a1b"
18270+
__version__: str = "24.06"

src/amrex/space3d/__init__.pyi

+1-1
Original file line numberDiff line numberDiff line change
@@ -493,4 +493,4 @@ __author__: str = (
493493
"Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
494494
)
495495
__license__: str = "BSD-3-Clause-LBNL"
496-
__version__: str = "24.05-32-g28b010126a1b"
496+
__version__: str = "24.06"

src/amrex/space3d/amrex_3d_pybind/__init__.pyi

+2-2
Original file line numberDiff line numberDiff line change
@@ -4762,7 +4762,7 @@ class BoxArray:
47624762
def size(self) -> int: ...
47634763

47644764
class Config:
4765-
amrex_version: typing.ClassVar[str] = "24.05-32-g28b010126a1b"
4765+
amrex_version: typing.ClassVar[str] = "24.06"
47664766
gpu_backend = None
47674767
have_gpu: typing.ClassVar[bool] = False
47684768
have_mpi: typing.ClassVar[bool] = True
@@ -16461,4 +16461,4 @@ __author__: str = (
1646116461
"Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
1646216462
)
1646316463
__license__: str = "BSD-3-Clause-LBNL"
16464-
__version__: str = "24.05-32-g28b010126a1b"
16464+
__version__: str = "24.06"

0 commit comments

Comments
 (0)