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 42621db commit 331f519Copy full SHA for 331f519
docs/source/conf.py
@@ -21,7 +21,7 @@
21
project = "Olive"
22
copyright = "2023, olivedevteam@microsoft.com"
23
author = "olivedevteam@microsoft.com"
24
-version = "latest"
+version = "0.6.2"
25
26
# -- General configuration ---------------------------------------------------
27
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
olive/__init__.py
@@ -14,4 +14,4 @@
14
_logger.addHandler(_sc)
15
_logger.propagate = False
16
17
-__version__ = "0.7.0"
+__version__ = "0.6.2"
0 commit comments