File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ installed.
106106For non-development use, you can install wally with ` pip ` as follows:
107107
108108```
109- pip install wallycore==0.8.3
109+ pip install wallycore==0.8.4
110110```
111111
112112For python development, you can build and install wally using:
@@ -126,7 +126,7 @@ You can also install the binary [wally releases](https://github.com/ElementsProj
126126using the released wheel files without having to compile the library, e.g.:
127127
128128```
129- pip install wallycore-0.8.3 -cp37-cp37m-linux_x86_64.whl
129+ pip install wallycore-0.8.4 -cp37-cp37m-linux_x86_64.whl
130130```
131131
132132The script ` tools/build_python_manylinux_wheels.sh ` builds the Linux release files
Original file line number Diff line number Diff line change 11AC_PREREQ ( [ 2.60] )
2- AC_INIT ( [ libwallycore] ,[ 0.8.3 ] )
2+ AC_INIT ( [ libwallycore] ,[ 0.8.4 ] )
33AC_CONFIG_AUX_DIR ( [ tools/build-aux] )
44AC_CONFIG_MACRO_DIR ( [ tools/build-aux/m4] )
55AC_CONFIG_SRCDIR ( [ src/mnemonic.h] )
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ def extract_docs(infile, outfile):
102102# built documents.
103103#
104104# The short X.Y version.
105- version = u'0.8.3 '
105+ version = u'0.8.4 '
106106# The full version, including alpha/beta/rc tags.
107107release = version
108108
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ def call(cmd):
6363
6464kwargs = {
6565 'name' : 'wallycore' ,
66- 'version' : '0.8.3 ' ,
66+ 'version' : '0.8.4 ' ,
6767 'description' : 'libwally Bitcoin library' ,
6868 'long_description' : 'Python bindings for the libwally Bitcoin library' ,
6969 'url' : 'https://github.com/ElementsProject/libwally-core' ,
You can’t perform that action at this time.
0 commit comments