diff --git a/openapi.json b/openapi.json index 553635e..585c9e4 100644 --- a/openapi.json +++ b/openapi.json @@ -1543,7 +1543,7 @@ "info" : { "description" : "Connect to your Priceloop Data through our API.", "title" : "Priceloop-API", - "version" : "v0.203.0" + "version" : "v0.204.0" }, "openapi" : "3.0.3", "paths" : { diff --git a/setup-pandas2.py b/setup-pandas2.py index cbe2282..9cb442d 100644 --- a/setup-pandas2.py +++ b/setup-pandas2.py @@ -17,7 +17,7 @@ setup( name="priceloop-api", - version="0.203.0-dev", + version="0.204.0-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 a202f59..f4ec1f8 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ setup( name="priceloop-api", - version="0.203.0", + version="0.204.0", description="A client library for accessing Priceloop API", author="Priceloop", author_email="hello@priceloop.ai",