Skip to content

Commit 5cb784f

Browse files
author
Pedro Pablo Bustamante Barrera
committed
Merge branch 'develop'
2 parents b2492b5 + 24f5afd commit 5cb784f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cryptomarket/dataclasses/CommitRisk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
@dataclass
66
class CommitRisk:
77
score: Optional[int] = None
8-
rbf: Optional[str] = None
8+
rbf: Optional[bool] = None
99
low_fee: Optional[str] = None

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.2.0",
20+
version="3.2.1",
2121
packages=['cryptomarket', 'cryptomarket.websockets'],
2222
include_package_data=True,
2323
description="Cryptomarket API client library",

0 commit comments

Comments
 (0)