pyln: results of make update-pyln-versions NEW_VERSION=0.12.0

But I had to make the pyln-proto requirement of pyln-client less
strict.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell 2022-08-24 19:59:17 +09:30 committed by Christian Decker
parent 0514269f48
commit 7c2c100145
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "pyln-client"
version = "0.11.1"
version = "0.12.0"
description = "Client library and plugin library for Core Lightning"
authors = ["Christian Decker <decker.christian@gmail.com>"]
license = "BSD-MIT"
@ -13,7 +13,7 @@ packages = [
[tool.poetry.dependencies]
python = "^3.7"
pyln-bolt7 = "^1.0"
pyln-proto = "^0.11"
pyln-proto = ">=0.12"
[tool.poetry.dev-dependencies]
pytest = "^7.0.1"

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "pyln-proto"
version = "0.11.1"
version = "0.12.0"
description = "This package implements some of the Lightning Network protocol in pure python. It is intended for protocol testing and some minor tooling only. It is not deemed secure enough to handle any amount of real funds (you have been warned!)."
authors = ["Christian Decker <decker.christian@gmail.com>"]
license = "BSD-MIT"