Skip to content

Commit 65a0b0a

Browse files
v0.5.22 docs
kriging.py docs
1 parent fc2a840 commit 65a0b0a

3 files changed

Lines changed: 387 additions & 152 deletions

File tree

makeSpot.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
#!/bin/sh
22
cd ~/workspace/spotPython
33
rm -f dist/spotPython*; python -m build; python -m pip install dist/spotPython*.tar.gz
4+
python -m mkdocs build

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.5.21"
10+
version = "0.5.22"
1111
authors = [
1212
{ name="T. Bartz-Beielstein", email="tbb@bartzundbartz.de" }
1313
]

0 commit comments

Comments
 (0)