Skip to content

Commit e8a6c04

Browse files
ax3lgithub-actions[bot]
authored andcommitted
Update Stub Files
1 parent 02e2bcb commit e8a6c04

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
@@ -549,4 +549,4 @@ __author__: str = (
549549
"Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
550550
)
551551
__license__: str = "BSD-3-Clause-LBNL"
552-
__version__: str = "24.01"
552+
__version__: str = "24.02"

src/amrex/space1d/amrex_1d_pybind/__init__.pyi

+2-2
Original file line numberDiff line numberDiff line change
@@ -3955,7 +3955,7 @@ class BoxArray:
39553955
def size(self) -> int: ...
39563956

39573957
class Config:
3958-
amrex_version: typing.ClassVar[str] = "24.01"
3958+
amrex_version: typing.ClassVar[str] = "24.02"
39593959
gpu_backend = None
39603960
have_gpu: typing.ClassVar[bool] = False
39613961
have_mpi: typing.ClassVar[bool] = True
@@ -14231,4 +14231,4 @@ __author__: str = (
1423114231
"Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
1423214232
)
1423314233
__license__: str = "BSD-3-Clause-LBNL"
14234-
__version__: str = "24.01"
14234+
__version__: str = "24.02"

src/amrex/space2d/__init__.pyi

+1-1
Original file line numberDiff line numberDiff line change
@@ -593,4 +593,4 @@ __author__: str = (
593593
"Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
594594
)
595595
__license__: str = "BSD-3-Clause-LBNL"
596-
__version__: str = "24.01"
596+
__version__: str = "24.02"

src/amrex/space2d/amrex_2d_pybind/__init__.pyi

+2-2
Original file line numberDiff line numberDiff line change
@@ -3977,7 +3977,7 @@ class BoxArray:
39773977
def size(self) -> int: ...
39783978

39793979
class Config:
3980-
amrex_version: typing.ClassVar[str] = "24.01"
3980+
amrex_version: typing.ClassVar[str] = "24.02"
39813981
gpu_backend = None
39823982
have_gpu: typing.ClassVar[bool] = False
39833983
have_mpi: typing.ClassVar[bool] = True
@@ -15394,4 +15394,4 @@ __author__: str = (
1539415394
"Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
1539515395
)
1539615396
__license__: str = "BSD-3-Clause-LBNL"
15397-
__version__: str = "24.01"
15397+
__version__: str = "24.02"

src/amrex/space3d/__init__.pyi

+1-1
Original file line numberDiff line numberDiff line change
@@ -549,4 +549,4 @@ __author__: str = (
549549
"Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
550550
)
551551
__license__: str = "BSD-3-Clause-LBNL"
552-
__version__: str = "24.01"
552+
__version__: str = "24.02"

src/amrex/space3d/amrex_3d_pybind/__init__.pyi

+2-2
Original file line numberDiff line numberDiff line change
@@ -3955,7 +3955,7 @@ class BoxArray:
39553955
def size(self) -> int: ...
39563956

39573957
class Config:
3958-
amrex_version: typing.ClassVar[str] = "24.01"
3958+
amrex_version: typing.ClassVar[str] = "24.02"
39593959
gpu_backend = None
39603960
have_gpu: typing.ClassVar[bool] = False
39613961
have_mpi: typing.ClassVar[bool] = True
@@ -14275,4 +14275,4 @@ __author__: str = (
1427514275
"Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
1427614276
)
1427714277
__license__: str = "BSD-3-Clause-LBNL"
14278-
__version__: str = "24.01"
14278+
__version__: str = "24.02"

0 commit comments

Comments
 (0)