Skip to content

Commit 3b94632

Browse files
0.13.16
class factorial -> Factorial
1 parent 261c183 commit 3b94632

2 files changed

Lines changed: 2 additions & 2 deletions

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

src/spotpython/design/factorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from spotpython.design.designs import Designs
44

55

6-
class factorial(Designs):
6+
class Factorial(Designs):
77
"""
88
Super class for factorial designs.
99

0 commit comments

Comments
 (0)