Skip to content

Commit 02bc1e5

Browse files
bump version
1 parent 8543be3 commit 02bc1e5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/squlearn/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
"""A library for quantum machine learning following the scikit-learnstandard."""
1+
"""A library for quantum machine learning following the scikit-learn standard."""
22

33
from .util import Executor
44
from . import observables, encoding_circuit, kernel, optimizers, qnn, util
55

6-
__version__ = "0.8.0"
6+
__version__ = "0.8.1"
77

88
__all__ = [
99
"Executor",

0 commit comments

Comments
 (0)