Skip to content

Commit 4b3d60d

Browse files
0.24.22
1 parent 118e6ec commit 4b3d60d

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77

88
[project]
99
name = "spotpython"
10-
version = "0.24.21"
10+
version = "0.24.22"
1111
authors = [
1212
{ name="T. Bartz-Beielstein", email="tbb@bartzundbartz.de" }
1313
]

src/spotpython/build/__init__.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
"""
2+
This module implements th Kriging and Surrogate classes.
3+
4+
"""
5+
6+
from .kriging import Kriging
7+
from .surrogates import surrogates
8+
9+
__all__ = [
10+
"Kriging", "surrogates"
11+
]

0 commit comments

Comments
 (0)