From f3294256f52c59a21b790cb1048c9b13473e2369 Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Wed, 31 Aug 2022 19:19:35 +0200 Subject: [PATCH] pyln-bolt: Bump version numbers for publication --- contrib/pyln-spec/bolt1/pyproject.toml | 2 +- contrib/pyln-spec/bolt2/pyproject.toml | 2 +- contrib/pyln-spec/bolt4/pyproject.toml | 5 ++++- contrib/pyln-spec/bolt7/pyproject.toml | 5 ++++- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/contrib/pyln-spec/bolt1/pyproject.toml b/contrib/pyln-spec/bolt1/pyproject.toml index 2ce1cee9f5d4..5b85b7c5014e 100644 --- a/contrib/pyln-spec/bolt1/pyproject.toml +++ b/contrib/pyln-spec/bolt1/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyln-bolt1" -version = "1.0.1.187.post0" +version = "1.0.222" description = "" authors = ["Rusty Russell "] license = "MIT" diff --git a/contrib/pyln-spec/bolt2/pyproject.toml b/contrib/pyln-spec/bolt2/pyproject.toml index b008442f0318..9052b90886ae 100644 --- a/contrib/pyln-spec/bolt2/pyproject.toml +++ b/contrib/pyln-spec/bolt2/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyln-bolt2" -version = "1.0.2.187.post0" +version = "1.0.246" description = "A pure python implementation of BOLT2" authors = ["Rusty Russell "] license = "MIT" diff --git a/contrib/pyln-spec/bolt4/pyproject.toml b/contrib/pyln-spec/bolt4/pyproject.toml index 1d3361de1b91..39c3884fa419 100644 --- a/contrib/pyln-spec/bolt4/pyproject.toml +++ b/contrib/pyln-spec/bolt4/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyln-bolt4" -version = "1.0.2.187.post0" +version = "1.0.222" description = "A pure python implementation of BOLT4" authors = ["Rusty Russell "] license = "MIT" @@ -14,6 +14,9 @@ python = "^3.7" [tool.poetry.dev-dependencies] pyln-proto = "^0.10.2" +pytest = "^7.1.2" +mypy = "^0.971" +typing-extensions = "^4.3.0" [build-system] requires = ["poetry-core>=1.0.0"] diff --git a/contrib/pyln-spec/bolt7/pyproject.toml b/contrib/pyln-spec/bolt7/pyproject.toml index bc6b128ea567..58403b50a897 100644 --- a/contrib/pyln-spec/bolt7/pyproject.toml +++ b/contrib/pyln-spec/bolt7/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyln-bolt7" -version = "1.0.2.186.post0" +version = "1.0.246" description = "BOLT7" authors = ["Rusty Russell"] license = "BSD-MIT" @@ -14,6 +14,9 @@ python = "^3.7" [tool.poetry.dev-dependencies] pyln-proto = "^0.10.2" +pytest = "^7.1.2" +mypy = "^0.971" +typing-extensions = "^4.3.0" [build-system] requires = ["poetry-core>=1.0.0"]