Skip to content

Commit 605cae8

Browse files
committed
updated version
1 parent ff88409 commit 605cae8

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The official Python client for communicating with the <a href="https://upstox.co
99
Upstox API is a set of rest APIs that provide data required to build a complete investment and trading platform. Execute orders in real time, manage user portfolio, stream live market data (using Websocket), and more, with the easy to understand API collection.
1010

1111
- API version: v2
12-
- Package version: 2.8.0
12+
- Package version: 2.9.0
1313
- Build package: io.swagger.codegen.v3.generators.python.PythonClientCodegen
1414

1515
This Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
long_description = (this_directory / "README.md").read_text()
1919

2020
NAME = "upstox-python-sdk"
21-
VERSION = "2.8.0"
21+
VERSION = "2.9.0"
2222
# To install the library, run the following
2323
#
2424
# python setup.py install

upstox_client/api_client.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
import six
2323
from six.moves.urllib.parse import quote
2424

25-
from setup import VERSION
2625
from upstox_client.configuration import Configuration
2726
import upstox_client.models
2827
from upstox_client import rest
@@ -75,7 +74,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
7574
# Set default User-Agent.
7675
self.user_agent = 'Swagger-Codegen/1.0.0/python'
7776
self.default_headers["X-Upstox-SDK-Language"] = "python"
78-
self.default_headers["X-Upstox-SDK-Version"] = VERSION
77+
self.default_headers["X-Upstox-SDK-Version"] = "2.9.0"
7978

8079
def __del__(self):
8180
try:

0 commit comments

Comments
 (0)