Skip to content

Commit f7c0824

Browse files
committed
Bump version to 0.8.5
1 parent 59652b5 commit f7c0824

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

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

112112
```
113-
pip install wallycore==0.8.4
113+
pip install wallycore==0.8.5
114114
```
115115

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

132132
```
133-
pip install wallycore-0.8.4-cp37-cp37m-linux_x86_64.whl
133+
pip install wallycore-0.8.5-cp39-cp39m-linux_x86_64.whl
134134
```
135135

136136
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.4])
2+
AC_INIT([libwallycore],[0.8.5])
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
@@ -102,7 +102,7 @@ def extract_docs(infile, outfile):
102102
# built documents.
103103
#
104104
# The short X.Y version.
105-
version = u'0.8.4'
105+
version = u'0.8.5'
106106
# The full version, including alpha/beta/rc tags.
107107
release = version
108108

setup.py

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

9595
kwargs = {
9696
'name': 'wallycore',
97-
'version': '0.8.4',
97+
'version': '0.8.5',
9898
'description': 'libwally Bitcoin library',
9999
'long_description': 'Python bindings for the libwally Bitcoin library',
100100
'url': 'https://github.com/ElementsProject/libwally-core',

0 commit comments

Comments
 (0)