Skip to content

Commit e90b284

Browse files
committed
Updated Readme and version
1 parent 3d9f6ef commit e90b284

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,15 @@ Websocket connections are handled automatically with the library
1212

1313
This module is installed via pip:
1414

15-
`pip install upstox`
15+
```
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+
```
1624

1725
### Prerequisites
1826

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
setup(
33
name = 'upstox',
44
packages = ['upstox_api'],
5-
version = '1.5',
5+
version = '1.5.1',
66
include_package_data=True,
77
description = 'Official Python library for Upstox APIs',
88
author = 'Upstox Development Team',

0 commit comments

Comments
 (0)