Skip to content

Commit

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

* Generate api project for v0.210.5

---------

Co-authored-by: priceloop <[email protected]>
  • Loading branch information
priceloop-infrastructure-build-app[bot] and priceloop authored Dec 20, 2023
1 parent d949ade commit 905bb47
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 @@ -1802,7 +1802,7 @@
"info" : {
"description" : "Connect to your Priceloop Data through our API.",
"title" : "Priceloop-API",
"version" : "v0.210.4"
"version" : "v0.210.5"
},
"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.210.4-dev",
version="0.210.5-dev",
description="A client library for accessing Priceloop API",
author="Priceloop",
author_email="[email protected]",
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.210.4",
version="0.210.5",
description="A client library for accessing Priceloop API",
author="Priceloop",
author_email="[email protected]",
Expand Down

0 comments on commit 905bb47

Please sign in to comment.