We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ac7b6d commit b2d32b2Copy full SHA for b2d32b2
docs/source/conf.py
@@ -19,7 +19,7 @@
19
20
project = "Olive"
21
copyright = "2023-2025, Olive Dev team"
22
-version = "latest"
+version = "0.9.2"
23
release = version
24
25
# -- General configuration ---------------------------------------------------
olive/__init__.py
@@ -14,7 +14,7 @@
14
_logger.addHandler(_sc)
15
_logger.propagate = False
16
17
-__version__ = "0.10.0.dev0"
+__version__ = "0.9.2"
18
# pylint: disable=C0413
0 commit comments