We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 222bc08 commit fe2a22bCopy full SHA for fe2a22b
1 file changed
src/squlearn/__init__.py
@@ -3,7 +3,7 @@
3
from .util import Executor
4
from . import observables, encoding_circuit, kernel, optimizers, qnn, util
5
6
-__version__ = "0.8.4"
+__version__ = "0.9.0"
7
8
__all__ = [
9
"Executor",
0 commit comments