Skip to content

Commit

Permalink
Version 0.2: Bump all versions to 0.2
Browse files Browse the repository at this point in the history
This is a commit which prepares us to launch version `0.2`.
  • Loading branch information
ErikDeSmedt committed Apr 26, 2024
1 parent 7270879 commit 676ae4a
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion libs/cln-version-manager/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cln-version-manager"
version = "0.1.0"
version = "0.1.1"
description = "A version manager for Core Lightning Binaries"
authors = ["Erik De Smedt <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion libs/gl-client-py/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gl-client-py"
version = "0.1.11"
version = "0.2.0"
edition = "2018"
authors = [
"Christian Decker",
Expand Down
2 changes: 1 addition & 1 deletion libs/gl-client-py/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies = [

[tool.poetry]
name = "gl-client"
version = "0.1.11"
version = "0.2.0"
description = ""
authors = ["Christian Decker <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion libs/gl-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gl-client"
version = "0.1.11"
version = "0.2.0"
edition = "2018"
authors = [
"Christian Decker",
Expand Down
2 changes: 1 addition & 1 deletion libs/gl-plugin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gl-plugin"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
authors = [
"Christian Decker",
Expand Down
2 changes: 1 addition & 1 deletion libs/gl-signerproxy/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gl-signerproxy"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
authors = [
"Christian Decker",
Expand Down
2 changes: 1 addition & 1 deletion libs/gl-testing/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "gltesting"
version = "0.1.0"
version = "0.2.0"
description = ""
authors = ["Christian Decker <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 676ae4a

Please sign in to comment.