From fabe75766f0df3d153fa30ca72c0b77113b9fb72 Mon Sep 17 00:00:00 2001 From: "priceloop-infrastructure-build-app[bot]" <108753792+priceloop-infrastructure-build-app[bot]@users.noreply.github.com> Date: Fri, 22 Dec 2023 17:32:15 +0000 Subject: [PATCH] Update openapi.json to v0.212.2 (#230) * Update openapi.json to v0.212.2 * Generate api project for v0.212.2 --------- 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 5c0067b..6931298 100644 --- a/openapi.json +++ b/openapi.json @@ -1825,7 +1825,7 @@ "info" : { "description" : "Connect to your Priceloop Data through our API.", "title" : "Priceloop-API", - "version" : "v0.212.1" + "version" : "v0.212.2" }, "openapi" : "3.0.3", "paths" : { diff --git a/setup-pandas2.py b/setup-pandas2.py index d92d777..b47def5 100644 --- a/setup-pandas2.py +++ b/setup-pandas2.py @@ -17,7 +17,7 @@ setup( name="priceloop-api", - version="0.212.1-dev", + version="0.212.2-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 b68a6f8..9ead8f0 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ setup( name="priceloop-api", - version="0.212.1", + version="0.212.2", description="A client library for accessing Priceloop API", author="Priceloop", author_email="hello@priceloop.ai",