From be293fff6a4c32f78019bcef37c6f543d08c0292 Mon Sep 17 00:00:00 2001 From: "priceloop-infrastructure-build-app[bot]" <108753792+priceloop-infrastructure-build-app[bot]@users.noreply.github.com> Date: Thu, 21 Dec 2023 11:59:27 +0000 Subject: [PATCH] Update openapi.json to v0.210.7 (#228) * Update openapi.json to v0.210.7 * Generate api project for v0.210.7 --------- Co-authored-by: priceloop --- openapi.json | 2 +- setup-pandas2.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/openapi.json b/openapi.json index 13e5ea1..2595633 100644 --- a/openapi.json +++ b/openapi.json @@ -1802,7 +1802,7 @@ "info" : { "description" : "Connect to your Priceloop Data through our API.", "title" : "Priceloop-API", - "version" : "v0.210.6" + "version" : "v0.210.7" }, "openapi" : "3.0.3", "paths" : { diff --git a/setup-pandas2.py b/setup-pandas2.py index 7328f57..de444c4 100644 --- a/setup-pandas2.py +++ b/setup-pandas2.py @@ -17,7 +17,7 @@ setup( name="priceloop-api", - version="0.210.6-dev", + version="0.210.7-dev", description="A client library for accessing Priceloop API", author="Priceloop", author_email="hello@priceloop.ai", diff --git a/setup.py b/setup.py index 1d128d5..2752881 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ setup( name="priceloop-api", - version="0.210.6", + version="0.210.7", description="A client library for accessing Priceloop API", author="Priceloop", author_email="hello@priceloop.ai",