Skip to content

Commit 0595d9e

Browse files
author
Pedro Pablo Bustamante Barrera
committed
Merge branch 'develop'
2 parents a0b98b1 + ea10a70 commit 0595d9e

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
@@ -6,4 +6,4 @@
66
class CommitRisk:
77
score: Optional[int] = None
88
rbf: Optional[bool] = None
9-
low_fee: Optional[str] = None
9+
low_fee: Optional[bool] = 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.1",
20+
version="3.2.2",
2121
packages=['cryptomarket', 'cryptomarket.websockets'],
2222
include_package_data=True,
2323
description="Cryptomarket API client library",

0 commit comments

Comments
 (0)