Skip to content

Commit

Permalink
lndmanage: update version v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bitromortac committed Feb 5, 2020
1 parent 16e7658 commit fdee10b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
<hr />

# lndmanage
lndmanage is a command line tool for advanced channel management of an [LND](https://github.com/lightningnetwork/lnd) node.
lndmanage is a command line tool for advanced channel management of an
[LND](https://github.com/lightningnetwork/lnd) node.

Current feature list (use the ```--help``` flag for subcommands):

Expand Down Expand Up @@ -259,7 +260,7 @@ lndmanage will be developed in lockstep with lnd and tagged accordingly.
If you are running an older version of lnd checkout the according
[tag](https://github.com/bitromortac/lndmanage/releases).

**Requirements:** python3.6, lnd v0.8.0-beta
**Requirements:** python3.6, lnd v0.9.0-beta

Some commands will only work correctly if lnd is built with the `routerrpc`.
This can be done when compiling with `make install tags="routerrpc"`. If you
Expand Down
2 changes: 1 addition & 1 deletion lndmanage/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.8.0.1'
__version__ = '0.9.0'

0 comments on commit fdee10b

Please sign in to comment.