From bd1e75cc236fafc3ab0a5c6b532191075c2dba69 Mon Sep 17 00:00:00 2001 From: Jon Griffiths Date: Thu, 6 Dec 2018 22:06:35 +1300 Subject: [PATCH] Update to release 0.6.7 --- README.md | 2 +- configure.ac | 2 +- docs/source/conf.py | 2 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 427d4272f..4d6bd3ab9 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ You can also install the binary wally releases using the released wheel files without having to compile the library, e.g.: ``` -pip install wallycore-0.6.6-cp27-cp27mu-linux_x86_64.whl +pip install wallycore-0.6.7-cp27-cp27mu-linux_x86_64.whl ``` The script `tools/build_python_wheels.sh` builds the release files and can be diff --git a/configure.ac b/configure.ac index f99d6b674..18ba1cfa8 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.60]) -AC_INIT([libwallycore],[0.6.6]) +AC_INIT([libwallycore],[0.6.7]) AC_CONFIG_AUX_DIR([tools/build-aux]) AC_CONFIG_MACRO_DIR([tools/build-aux/m4]) AC_CONFIG_SRCDIR([src/mnemonic.h]) diff --git a/docs/source/conf.py b/docs/source/conf.py index 9cb780ce2..1f22af5e3 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -94,7 +94,7 @@ def extract_docs(infile, outfile): # built documents. # # The short X.Y version. -version = u'0.6.6' +version = u'0.6.7' # The full version, including alpha/beta/rc tags. release = version diff --git a/setup.py b/setup.py index e927111ff..16f922d29 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ kwargs = { 'name': 'wallycore', - 'version': '0.6.6', + 'version': '0.6.7', 'description': 'libwally Bitcoin library', 'long_description': 'Python bindings for the libwally Bitcoin library', 'url': 'https://github.com/ElementsProject/libwally-core',