Skip to content

Commit 645fc35

Browse files
author
Pedro Pablo Bustamante Barrera
committed
Merge branch 'develop'
2 parents 239af2e + 01a8db5 commit 645fc35

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
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==3.2.2
12+
pip install cryptomarket==3.2.3
1313
```
1414

1515
# Documentation

setup.py

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,12 @@
1717

1818
setuptools.setup(
1919
name="cryptomarket",
20-
version="3.2.2",
21-
packages=['cryptomarket', 'cryptomarket.websockets'],
20+
version="3.2.3",
21+
packages=[
22+
'cryptomarket',
23+
'cryptomarket.websockets',
24+
'cryptomarket.dataclasses'
25+
],
2226
include_package_data=True,
2327
description="Cryptomarket API client library",
2428
long_description=long_description,
@@ -41,4 +45,4 @@
4145
"Operating System :: OS Independent",
4246
"Topic :: Software Development :: Libraries :: Python Modules",
4347
],
44-
)
48+
)

0 commit comments

Comments
 (0)