Skip to content
This repository has been archived by the owner on Sep 8, 2020. It is now read-only.

Commit

Permalink
Update to v0.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: willcl-ark <[email protected]>
  • Loading branch information
willcl-ark committed May 16, 2019
1 parent 94c49a5 commit 9f52385
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# lnd-grpc

version 0.3.0

[![Build Status](https://travis-ci.org/willcl-ark/lnd_grpc.svg?branch=master)](https://travis-ci.org/willcl-ark/lnd_grpc) [![CodeFactor](https://www.codefactor.io/repository/github/willcl-ark/lnd_grpc/badge)](https://www.codefactor.io/repository/github/willcl-ark/lnd_grpc) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

A simple library to provide a Python 3 interface to the lnd lightning client gRPC.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="lnd_grpc",
version="0.2.6",
version="0.3.0",
author="Will Clark",
author_email="[email protected]",
description="An LND gRPC client for Python 3.7",
Expand Down

0 comments on commit 9f52385

Please sign in to comment.