Skip to content

Commit 78f9ee3

Browse files
committed
Update version to 0.12.0
1 parent aad5509 commit 78f9ee3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
1919

2020
project = "Olive"
21-
copyright = "2023-2025, Olive Dev team"
22-
version = "latest"
21+
copyright = "2023-2026, Olive Dev team"
22+
version = "0.12.0"
2323
release = version
2424

2525
# -- General configuration ---------------------------------------------------

olive/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.11.0.dev0"
1+
__version__ = "0.12.0"

0 commit comments

Comments
 (0)