Skip to content

Commit

Permalink
Update openapi.json to v0.212.2 (#230)
Browse files Browse the repository at this point in the history
* Update openapi.json to v0.212.2

* Generate api project for v0.212.2

---------

Co-authored-by: priceloop <ogopogo@priceloop.ai>
  • Loading branch information
priceloop-infrastructure-build-app[bot] and priceloop authored Dec 22, 2023
1 parent 3980bbe commit fabe757
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" : {
Expand Down
2 changes: 1 addition & 1 deletion setup-pandas2.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit fabe757

Please sign in to comment.