Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Pablo Bustamante Barrera committed Jul 1, 2024
2 parents b2492b5 + 24f5afd commit 5cb784f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cryptomarket/dataclasses/CommitRisk.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
@dataclass
class CommitRisk:
score: Optional[int] = None
rbf: Optional[str] = None
rbf: Optional[bool] = None
low_fee: Optional[str] = None
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

setuptools.setup(
name="cryptomarket",
version="3.2.0",
version="3.2.1",
packages=['cryptomarket', 'cryptomarket.websockets'],
include_package_data=True,
description="Cryptomarket API client library",
Expand Down

0 comments on commit 5cb784f

Please sign in to comment.