diff --git a/docs/source/release_notes.rst b/docs/source/release_notes.rst index 63cb72ef8..f6db65fa2 100644 --- a/docs/source/release_notes.rst +++ b/docs/source/release_notes.rst @@ -2,7 +2,7 @@ Release Notes ============= -2.14.0 +2.14.1 ------ Release date: Nov 7, 2025 diff --git a/pyproject.toml b/pyproject.toml index 7c7b1d477..2a1160fcb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ build-backend = "flit_core.buildapi" # Required name = "oracle_ads" # the install (PyPI) name; name for local build in [tool.flit.module] section below -version = "2.14.0" +version = "2.14.1" # Optional description = "Oracle Accelerated Data Science SDK"