Skip to content

Commit

Permalink
lndmanage: bump to version 0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
bitromortac committed Nov 20, 2021
1 parent c98e6ec commit 7e8bf34
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lndmanage/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.13.0'
__version__ = '0.14.0'
6 changes: 3 additions & 3 deletions lndmanage/grpc_compiled/build_grpc.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
# git clone https://github.com/googleapis/googleapis.git
# pip install grpcio grpcio-tools googleapis-common-protos
tag="v0.14.0-beta.rc3"
git clone https://github.com/googleapis/googleapis.git
pip install grpcio grpcio-tools googleapis-common-protos
tag="v0.14.0-beta"
wget "https://raw.githubusercontent.com/lightningnetwork/lnd/${tag}/lnrpc/lightning.proto" -O lightning.proto
wget "https://raw.githubusercontent.com/lightningnetwork/lnd/${tag}/lnrpc/routerrpc/router.proto" -O router.proto
wget "https://raw.githubusercontent.com/lightningnetwork/lnd/${tag}/lnrpc/walletrpc/walletkit.proto" -O walletkit.proto
Expand Down
2 changes: 1 addition & 1 deletion lndmanage/grpc_compiled/lightning_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lndmanage/grpc_compiled/router_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lndmanage/grpc_compiled/signer_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lndmanage/grpc_compiled/walletkit_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7e8bf34

Please sign in to comment.