From 0d5bb36993737ad9bdb0e7e380ab6fd6c866253a Mon Sep 17 00:00:00 2001 From: Allen Hosler Date: Fri, 22 Aug 2025 13:24:45 +0100 Subject: [PATCH] release candidate for conda pack: 2.13.18rc0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7cb60d697..7fceed4ad 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.13.17" +version = "2.13.18rc0" # Optional description = "Oracle Accelerated Data Science SDK"