Skip to content

Commit d9de846

Browse files
ax3lgithub-actions[bot]
authored andcommitted
Update Stub Files
1 parent 478dd7d commit d9de846

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.04-14-g6c6247554f27"
496+
__version__: str = "24.05"

src/amrex/space1d/amrex_1d_pybind/__init__.pyi

+2-2
Original file line numberDiff line numberDiff line change
@@ -4628,7 +4628,7 @@ class BoxArray:
46284628
def size(self) -> int: ...
46294629

46304630
class Config:
4631-
amrex_version: typing.ClassVar[str] = "24.04-14-g6c6247554f27"
4631+
amrex_version: typing.ClassVar[str] = "24.05"
46324632
gpu_backend = None
46334633
have_gpu: typing.ClassVar[bool] = False
46344634
have_mpi: typing.ClassVar[bool] = True
@@ -16293,4 +16293,4 @@ __author__: str = (
1629316293
"Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
1629416294
)
1629516295
__license__: str = "BSD-3-Clause-LBNL"
16296-
__version__: str = "24.04-14-g6c6247554f27"
16296+
__version__: str = "24.05"

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.04-14-g6c6247554f27"
544+
__version__: str = "24.05"

src/amrex/space2d/amrex_2d_pybind/__init__.pyi

+2-2
Original file line numberDiff line numberDiff line change
@@ -4652,7 +4652,7 @@ class BoxArray:
46524652
def size(self) -> int: ...
46534653

46544654
class Config:
4655-
amrex_version: typing.ClassVar[str] = "24.04-14-g6c6247554f27"
4655+
amrex_version: typing.ClassVar[str] = "24.05"
46564656
gpu_backend = None
46574657
have_gpu: typing.ClassVar[bool] = False
46584658
have_mpi: typing.ClassVar[bool] = True
@@ -18133,4 +18133,4 @@ __author__: str = (
1813318133
"Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
1813418134
)
1813518135
__license__: str = "BSD-3-Clause-LBNL"
18136-
__version__: str = "24.04-14-g6c6247554f27"
18136+
__version__: str = "24.05"

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.04-14-g6c6247554f27"
496+
__version__: str = "24.05"

src/amrex/space3d/amrex_3d_pybind/__init__.pyi

+2-2
Original file line numberDiff line numberDiff line change
@@ -4628,7 +4628,7 @@ class BoxArray:
46284628
def size(self) -> int: ...
46294629

46304630
class Config:
4631-
amrex_version: typing.ClassVar[str] = "24.04-14-g6c6247554f27"
4631+
amrex_version: typing.ClassVar[str] = "24.05"
46324632
gpu_backend = None
46334633
have_gpu: typing.ClassVar[bool] = False
46344634
have_mpi: typing.ClassVar[bool] = True
@@ -16327,4 +16327,4 @@ __author__: str = (
1632716327
"Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
1632816328
)
1632916329
__license__: str = "BSD-3-Clause-LBNL"
16330-
__version__: str = "24.04-14-g6c6247554f27"
16330+
__version__: str = "24.05"

0 commit comments

Comments
 (0)