We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 118e6ec commit 4b3d60dCopy full SHA for 4b3d60d
2 files changed
pyproject.toml
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
7
8
[project]
9
name = "spotpython"
10
-version = "0.24.21"
+version = "0.24.22"
11
authors = [
12
{ name="T. Bartz-Beielstein", email="tbb@bartzundbartz.de" }
13
]
src/spotpython/build/__init__.py
@@ -0,0 +1,11 @@
1
+"""
2
+This module implements th Kriging and Surrogate classes.
3
+
4
5
6
+from .kriging import Kriging
+from .surrogates import surrogates
+__all__ = [
+ "Kriging", "surrogates"
+]
0 commit comments