Skip to content

Commit

Permalink
codegen version
Browse files Browse the repository at this point in the history
  • Loading branch information
ssnyder-intrinio committed Jun 5, 2024
1 parent 097cf43 commit 4304939
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion intrinio_sdk/api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
2 changes: 1 addition & 1 deletion intrinio_sdk/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4304939

Please sign in to comment.