Skip to content

Commit 4e2fa24

Browse files
committed
Bump version for PyPi
1 parent ba4ad9a commit 4e2fa24

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "chain-gang"
3-
version = "0.7.4"
3+
version = "0.7.5"
44
description = "This is a library that enables monitoring of multiple blockchains (BTC, BCH, BSV)."
55
# repository = "https://github.com/brentongunning/rust-sv"
66
authors = ["Arthur Gordon <a.gordon@nchain.com>"]

docs/Releases.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,5 @@
4848
* v0.7.1 - Fixed OP_CODESEPARATOR
4949
* v0.7.2 - Added OP_2MUL and OP_2DIV script operations
5050
* v0.7.3 - Fixed WoC endpoints get_block_header and get_merkle_proof to use new TSC endpoint
51-
* v0.7.4 - Updated to support Python 3.14
51+
* v0.7.4 - Updated to support Python 3.14
52+
* v0.7.5 - Updated Python dependencies cryptography and requests

0 commit comments

Comments
 (0)