From b74fd3bf3bc8550eb5de8bfd26327017a0cc773f Mon Sep 17 00:00:00 2001 From: Mayoor Rao Date: Fri, 9 Aug 2024 10:02:18 -0700 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c2a18e2d1..ff134a266 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.11.16" +version = "2.11.17" # Optional description = "Oracle Accelerated Data Science SDK"