Skip to content

Commit

Permalink
pyln-bolt: Bump version numbers for publication
Browse files Browse the repository at this point in the history
  • Loading branch information
cdecker committed Sep 12, 2022
1 parent be404b8 commit f329425
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion contrib/pyln-spec/bolt1/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pyln-bolt1"
version = "1.0.1.187.post0"
version = "1.0.222"
description = ""
authors = ["Rusty Russell <rusty@blockstream.com>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion contrib/pyln-spec/bolt2/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <rusty@blockstream.com>"]
license = "MIT"
Expand Down
5 changes: 4 additions & 1 deletion contrib/pyln-spec/bolt4/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <rusty@blockstream.com>"]
license = "MIT"
Expand All @@ -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"]
Expand Down
5 changes: 4 additions & 1 deletion contrib/pyln-spec/bolt7/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"]
Expand Down

0 comments on commit f329425

Please sign in to comment.