Skip to content

Commit 808c609

Browse files
committed
Bump version to 0.8.1
1 parent 46da361 commit 808c609

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changes
22

3-
## Unreleased changes
3+
## Version 0.8.1
44

55
- Build: Note that the secp256k1-zkp library is now as git submodule rather
66
than being directly checked in to the source tree. Run

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ You can also install the binary [wally releases](https://github.com/ElementsProj
118118
using the released wheel files without having to compile the library, e.g.:
119119

120120
```
121-
pip install wallycore-0.8.0-cp37-cp37m-linux_x86_64.whl
121+
pip install wallycore-0.8.1-cp37-cp37m-linux_x86_64.whl
122122
```
123123

124124
The script `tools/build_python_manylinux_wheels.sh` builds the release files and can be

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.0])
2+
AC_INIT([libwallycore],[0.8.1])
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.0'
105+
version = u'0.8.1'
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
@@ -2,7 +2,7 @@
22

33
kwargs = {
44
'name': 'wallycore',
5-
'version': '0.8.0',
5+
'version': '0.8.1',
66
'description': 'libwally Bitcoin library',
77
'long_description': 'Python bindings for the libwally Bitcoin library',
88
'url': 'https://github.com/ElementsProject/libwally-core',

0 commit comments

Comments
 (0)