From 9e2f47b8f43f6a2d622a2c83edd895ed4779fd5c Mon Sep 17 00:00:00 2001 From: James Prestwich Date: Thu, 10 May 2018 15:16:38 -0700 Subject: [PATCH] bump version --- README.md | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 62b0d1d..cfcc9fc 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ [![Coverage Status](https://coveralls.io/repos/github/summa-tx/riemann/badge.svg?branch=master)](https://coveralls.io/github/summa-tx/riemann?branch=master) +### Contributing + +Please read CONTRIBUTING.md. + ### Purpose Riemann is a **dependency-free Python3** library for creating **bitcoin-style transactions**. It is compatible with many chains and **supports SegWit**. diff --git a/setup.py b/setup.py index 63cda5b..ddd0f8f 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name='riemann-tx', - version='0.7.0', + version='0.8.0', description=('Transaction creation library for Bitcoin-like coins'), url='https://github.com/integral-tx/riemann', author='James Prestwich',