Skip to content

Commit b38f625

Browse files
author
Pedro Pablo Bustamante Barrera
committed
chore: update package version
1 parent 3284006 commit b38f625

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
To install Cryptomarket use pip
1010

1111
```
12-
pip install cryptomarket
12+
pip install cryptomarket==3.2.0
1313
```
1414

1515
# Documentation

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
setuptools.setup(
1919
name="cryptomarket",
20-
version="3.1.0",
20+
version="3.2.0",
2121
packages=['cryptomarket', 'cryptomarket.websockets'],
2222
include_package_data=True,
2323
description="Cryptomarket API client library",

0 commit comments

Comments
 (0)