We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d9f6ef commit e90b284Copy full SHA for e90b284
README.md
@@ -12,7 +12,15 @@ Websocket connections are handled automatically with the library
12
13
This module is installed via pip:
14
15
-`pip install upstox`
+```
16
+pip install upstox
17
18
+
19
+To force upgrade existing installations:
20
21
+pip uninstall upstox
22
+pip --no-cache-dir install --upgrade upstox
23
24
25
### Prerequisites
26
setup.py
@@ -2,7 +2,7 @@
2
setup(
3
name = 'upstox',
4
packages = ['upstox_api'],
5
- version = '1.5',
+ version = '1.5.1',
6
include_package_data=True,
7
description = 'Official Python library for Upstox APIs',
8
author = 'Upstox Development Team',
0 commit comments