File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ You can also install the binary wally releases using the released
98
98
wheel files without having to compile the library, e.g.:
99
99
100
100
```
101
- pip install wallycore-0.6.7 -cp27-cp27mu-linux_x86_64.whl
101
+ pip install wallycore-0.6.8 -cp27-cp27mu-linux_x86_64.whl
102
102
```
103
103
104
104
The script ` tools/build_python_wheels.sh ` builds the release files and can be
Original file line number Diff line number Diff line change 1
1
AC_PREREQ ( [ 2.60] )
2
- AC_INIT ( [ libwallycore] ,[ 0.6.7 ] )
2
+ AC_INIT ( [ libwallycore] ,[ 0.6.8 ] )
3
3
AC_CONFIG_AUX_DIR ( [ tools/build-aux] )
4
4
AC_CONFIG_MACRO_DIR ( [ tools/build-aux/m4] )
5
5
AC_CONFIG_SRCDIR ( [ src/mnemonic.h] )
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ def extract_docs(infile, outfile):
94
94
# built documents.
95
95
#
96
96
# The short X.Y version.
97
- version = u'0.6.7 '
97
+ version = u'0.6.8 '
98
98
# The full version, including alpha/beta/rc tags.
99
99
release = version
100
100
Original file line number Diff line number Diff line change 2
2
3
3
kwargs = {
4
4
'name' : 'wallycore' ,
5
- 'version' : '0.6.7 ' ,
5
+ 'version' : '0.6.8 ' ,
6
6
'description' : 'libwally Bitcoin library' ,
7
7
'long_description' : 'Python bindings for the libwally Bitcoin library' ,
8
8
'url' : 'https://github.com/ElementsProject/libwally-core' ,
You can’t perform that action at this time.
0 commit comments