We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8543be3 commit 02bc1e5Copy full SHA for 02bc1e5
1 file changed
src/squlearn/__init__.py
@@ -1,9 +1,9 @@
1
-"""A library for quantum machine learning following the scikit-learnstandard."""
+"""A library for quantum machine learning following the scikit-learn standard."""
2
3
from .util import Executor
4
from . import observables, encoding_circuit, kernel, optimizers, qnn, util
5
6
-__version__ = "0.8.0"
+__version__ = "0.8.1"
7
8
__all__ = [
9
"Executor",
0 commit comments