Skip to content

Commit 331f519

Browse files
committed
rel-0.6.2
1 parent 42621db commit 331f519

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
project = "Olive"
2222
copyright = "2023, olivedevteam@microsoft.com"
2323
author = "olivedevteam@microsoft.com"
24-
version = "latest"
24+
version = "0.6.2"
2525

2626
# -- General configuration ---------------------------------------------------
2727
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

olive/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
_logger.addHandler(_sc)
1515
_logger.propagate = False
1616

17-
__version__ = "0.7.0"
17+
__version__ = "0.6.2"

0 commit comments

Comments
 (0)