Skip to content

Commit 23e6b62

Browse files
committed
Bump version to 0.8.8
1 parent b6bf352 commit 23e6b62

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ installed.
108108
For non-development use, you can install wally with `pip` as follows:
109109

110110
```
111-
pip install wallycore==0.8.7
111+
pip install wallycore==0.8.8
112112
```
113113

114114
For python development, you can build and install wally using:
@@ -128,7 +128,7 @@ You can also install the binary [wally releases](https://github.com/ElementsProj
128128
using the released wheel files without having to compile the library, e.g.:
129129

130130
```
131-
pip install wallycore-0.8.7-cp39-cp39m-linux_x86_64.whl
131+
pip install wallycore-0.8.8-cp39-cp39m-linux_x86_64.whl
132132
```
133133

134134
The script `tools/build_python_manylinux_wheels.sh` builds the Linux release files

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AC_PREREQ([2.60])
2-
AC_INIT([libwallycore],[0.8.7])
2+
AC_INIT([libwallycore],[0.8.8])
33
AC_CONFIG_AUX_DIR([tools/build-aux])
44
AC_CONFIG_MACRO_DIR([tools/build-aux/m4])
55
AC_CONFIG_SRCDIR([src/mnemonic.h])

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def extract_docs(infile, outfile):
144144
# built documents.
145145
#
146146
# The short X.Y version.
147-
version = u'0.8.7'
147+
version = u'0.8.8'
148148
# The full version, including alpha/beta/rc tags.
149149
release = version
150150

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def call(cmd):
9292

9393
kwargs = {
9494
'name': 'wallycore',
95-
'version': '0.8.7',
95+
'version': '0.8.8',
9696
'description': 'libwally Bitcoin library',
9797
'long_description': 'Python bindings for the libwally Bitcoin library',
9898
'url': 'https://github.com/ElementsProject/libwally-core',

src/wasm_package/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/wasm_package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wallycore",
3-
"version": "0.8.7",
3+
"version": "0.8.8",
44
"description": "JavaScript bindings for libwally",
55
"main": "src/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)