Skip to content

Commit ac45894

Browse files
committed
Version 0.8.0
1 parent 6e7db8b commit ac45894

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ Planned improvements
4747
- Improved coverage of testing modules (currently at 84%).
4848
- Support for use of a local bitcoin full node instead of a Web-API.
4949
(paves the way for a RegTest environment for a rapid development cycle)
50-
- Documentation.
5150
- Work on the bsvbip32 library for hierarchical deterministic keys:
5251
https://github.com/AustEcon/bsvbip32. Plan for each node to access
5352
bitsv functionality so that building apps can be a breeze!

bitsv/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
from bitsv.network.services import set_service_timeout
44
from bitsv.wallet import Key, PrivateKey, wif_to_key
55

6-
__version__ = '0.7.1'
6+
__version__ = '0.8.0'

0 commit comments

Comments
 (0)