From 527ad9a22cda01ae4a04ada933777eeb78a151c6 Mon Sep 17 00:00:00 2001 From: Allen Hosler Date: Tue, 18 Feb 2025 15:23:53 +0000 Subject: [PATCH] release rc0 for testing conda pack build --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7cbe8e1ce..ded0ee3b4 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.0" +version = "2.13.1rc0" # Optional description = "Oracle Accelerated Data Science SDK"