Skip to content

Commit

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

* Generate api project for v0.210.7

---------

Co-authored-by: priceloop <[email protected]>
  • Loading branch information
priceloop-infrastructure-build-app[bot] and priceloop authored Dec 21, 2023
1 parent 47edb16 commit be293ff
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.6"
"version" : "v0.210.7"
},
"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.6-dev",
version="0.210.7-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.6",
version="0.210.7",
description="A client library for accessing Priceloop API",
author="Priceloop",
author_email="[email protected]",
Expand Down

0 comments on commit be293ff

Please sign in to comment.