Skip to content

Commit

Permalink
Release version 1.0.0
Browse files Browse the repository at this point in the history
Changelog:
    - Add CashToken support
    - Switch UTXO API provider to Chaingraph
    - Drop Python 3.7 support
    - Fix issue when sending more than one transactions within the same block
  • Loading branch information
merc1er committed Jul 17, 2023
1 parent fe54743 commit a41ccc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bitcash/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
wif_to_key,
)

__version__ = "0.6.8"
__version__ = "1.0.0"

0 comments on commit a41ccc5

Please sign in to comment.