We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e7db8b commit ac45894Copy full SHA for ac45894
README.rst
@@ -47,7 +47,6 @@ Planned improvements
47
- Improved coverage of testing modules (currently at 84%).
48
- Support for use of a local bitcoin full node instead of a Web-API.
49
(paves the way for a RegTest environment for a rapid development cycle)
50
-- Documentation.
51
- Work on the bsvbip32 library for hierarchical deterministic keys:
52
https://github.com/AustEcon/bsvbip32. Plan for each node to access
53
bitsv functionality so that building apps can be a breeze!
bitsv/__init__.py
@@ -3,4 +3,4 @@
3
from bitsv.network.services import set_service_timeout
4
from bitsv.wallet import Key, PrivateKey, wif_to_key
5
6
-__version__ = '0.7.1'
+__version__ = '0.8.0'
0 commit comments