Skip to content

Commit 858e2a9

Browse files
ax3lgithub-actions[bot]
authored andcommitted
Update Stub Files
1 parent 6a91853 commit 858e2a9

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
@@ -557,4 +557,4 @@ __author__: str = (
557557
"Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
558558
)
559559
__license__: str = "BSD-3-Clause-LBNL"
560-
__version__: str = "24.07"
560+
__version__: str = "24.08"

src/amrex/space1d/amrex_1d_pybind/__init__.pyi

+2-2
Original file line numberDiff line numberDiff line change
@@ -5087,7 +5087,7 @@ class BoxArray:
50875087
def size(self) -> int: ...
50885088

50895089
class Config:
5090-
amrex_version: typing.ClassVar[str] = "24.07"
5090+
amrex_version: typing.ClassVar[str] = "24.08"
50915091
gpu_backend = None
50925092
have_gpu: typing.ClassVar[bool] = False
50935093
have_mpi: typing.ClassVar[bool] = True
@@ -18845,5 +18845,5 @@ __author__: str = (
1884518845
"Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
1884618846
)
1884718847
__license__: str = "BSD-3-Clause-LBNL"
18848-
__version__: str = "24.07"
18848+
__version__: str = "24.08"
1884918849
IntVect = IntVect1D

src/amrex/space2d/__init__.pyi

+1-1
Original file line numberDiff line numberDiff line change
@@ -605,4 +605,4 @@ __author__: str = (
605605
"Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
606606
)
607607
__license__: str = "BSD-3-Clause-LBNL"
608-
__version__: str = "24.07"
608+
__version__: str = "24.08"

src/amrex/space2d/amrex_2d_pybind/__init__.pyi

+2-2
Original file line numberDiff line numberDiff line change
@@ -5111,7 +5111,7 @@ class BoxArray:
51115111
def size(self) -> int: ...
51125112

51135113
class Config:
5114-
amrex_version: typing.ClassVar[str] = "24.07"
5114+
amrex_version: typing.ClassVar[str] = "24.08"
51155115
gpu_backend = None
51165116
have_gpu: typing.ClassVar[bool] = False
51175117
have_mpi: typing.ClassVar[bool] = True
@@ -20690,5 +20690,5 @@ __author__: str = (
2069020690
"Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
2069120691
)
2069220692
__license__: str = "BSD-3-Clause-LBNL"
20693-
__version__: str = "24.07"
20693+
__version__: str = "24.08"
2069420694
IntVect = IntVect2D

src/amrex/space3d/__init__.pyi

+1-1
Original file line numberDiff line numberDiff line change
@@ -557,4 +557,4 @@ __author__: str = (
557557
"Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
558558
)
559559
__license__: str = "BSD-3-Clause-LBNL"
560-
__version__: str = "24.07"
560+
__version__: str = "24.08"

src/amrex/space3d/amrex_3d_pybind/__init__.pyi

+2-2
Original file line numberDiff line numberDiff line change
@@ -5087,7 +5087,7 @@ class BoxArray:
50875087
def size(self) -> int: ...
50885088

50895089
class Config:
5090-
amrex_version: typing.ClassVar[str] = "24.07"
5090+
amrex_version: typing.ClassVar[str] = "24.08"
50915091
gpu_backend = None
50925092
have_gpu: typing.ClassVar[bool] = False
50935093
have_mpi: typing.ClassVar[bool] = True
@@ -18879,5 +18879,5 @@ __author__: str = (
1887918879
"Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
1888018880
)
1888118881
__license__: str = "BSD-3-Clause-LBNL"
18882-
__version__: str = "24.07"
18882+
__version__: str = "24.08"
1888318883
IntVect = IntVect3D

0 commit comments

Comments
 (0)