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.
2 parents 239af2e + 01a8db5 commit 645fc35Copy full SHA for 645fc35
README.md
@@ -9,7 +9,7 @@
9
To install Cryptomarket use pip
10
11
```
12
-pip install cryptomarket==3.2.2
+pip install cryptomarket==3.2.3
13
14
15
# Documentation
setup.py
@@ -17,8 +17,12 @@
17
18
setuptools.setup(
19
name="cryptomarket",
20
- version="3.2.2",
21
- packages=['cryptomarket', 'cryptomarket.websockets'],
+ version="3.2.3",
+ packages=[
22
+ 'cryptomarket',
23
+ 'cryptomarket.websockets',
24
+ 'cryptomarket.dataclasses'
25
+ ],
26
include_package_data=True,
27
description="Cryptomarket API client library",
28
long_description=long_description,
@@ -41,4 +45,4 @@
41
45
"Operating System :: OS Independent",
42
46
"Topic :: Software Development :: Libraries :: Python Modules",
43
47
],
44
-)
48
+)
0 commit comments