pyln: Bump versions to v0.12.1

This is just before the introduction of `get_json_id`, but has the
correct dependency constraints such that all packages can be updated
to >=v0.12 and we don't mix minor versions.
This commit is contained in:
Christian Decker
2022-09-23 14:05:30 +02:00
parent 6abcb18145
commit 657b315f1c
5 changed files with 7 additions and 7 deletions

View File

@@ -2,7 +2,7 @@ from .lightning import LightningRpc, RpcError, Millisatoshi
from .plugin import Plugin, monkey_patch, RpcException
from .gossmap import Gossmap, GossmapNode, GossmapChannel, GossmapNodeId
__version__ = "0.12.0"
__version__ = "0.12.1"
__all__ = [
"LightningRpc",