From 430493905b9e1b914365a89b1bdb4c0e3318954a Mon Sep 17 00:00:00 2001 From: Shawn Snyder Date: Wed, 5 Jun 2024 17:18:49 -0500 Subject: [PATCH] codegen version --- README.md | 2 +- intrinio_sdk/api_client.py | 2 +- intrinio_sdk/configuration.py | 2 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 209a7513..050a66ce 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ To get an API key, [sign up here](https://intrinio.com/). Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. - API version: 2.61.1 -- Package version: 6.27.2 +- Package version: 6.27.3 ## Requirements. diff --git a/intrinio_sdk/api_client.py b/intrinio_sdk/api_client.py index ec10c73b..9d0702b1 100644 --- a/intrinio_sdk/api_client.py +++ b/intrinio_sdk/api_client.py @@ -76,7 +76,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None, self.default_headers[header_name] = header_value self.cookie = cookie # Set default User-Agent. - self.user_agent = 'Swagger-Codegen/6.27.2/python' + self.user_agent = 'Swagger-Codegen/6.27.3/python' def __del__(self): self.pool.close() diff --git a/intrinio_sdk/configuration.py b/intrinio_sdk/configuration.py index 7c962981..e7b42c17 100644 --- a/intrinio_sdk/configuration.py +++ b/intrinio_sdk/configuration.py @@ -246,5 +246,5 @@ def to_debug_report(self): "OS: {env}\n"\ "Python Version: {pyversion}\n"\ "Version of the API: 2.61.1\n"\ - "SDK Package Version: 6.27.2".\ + "SDK Package Version: 6.27.3".\ format(env=sys.platform, pyversion=sys.version) diff --git a/setup.py b/setup.py index b398fd47..a2081c1b 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ from setuptools import setup, find_packages # noqa: H301 NAME = "intrinio-sdk" -VERSION = "6.27.2" +VERSION = "6.27.3" # To install the library, run the following # # python setup.py install