From 38d9bec7165b507c4a52541c9f57853ee4a6c86e 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, 28 Dec 2023 19:06:09 +0000 Subject: [PATCH] Update openapi.json to v0.213.6 (#231) * Update openapi.json to v0.213.6 * Generate api project for v0.213.6 --------- 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 6931298..86dfb40 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.2" + "version" : "v0.213.6" }, "openapi" : "3.0.3", "paths" : { diff --git a/setup-pandas2.py b/setup-pandas2.py index b47def5..07f41f0 100644 --- a/setup-pandas2.py +++ b/setup-pandas2.py @@ -17,7 +17,7 @@ setup( name="priceloop-api", - version="0.212.2-dev", + version="0.213.6-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 9ead8f0..cc9d36a 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ setup( name="priceloop-api", - version="0.212.2", + version="0.213.6", description="A client library for accessing Priceloop API", author="Priceloop", author_email="hello@priceloop.ai",