Skip to content

Commit b71f343

Browse files
Bump version
1 parent a008c52 commit b71f343

4 files changed

Lines changed: 99 additions & 68 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "voltaire_bundler"
3-
version = "v0.1.0-alpha.25"
3+
version = "v0.1.0-alpha.26"
44
description = "EIP-4337 python Bundler"
55
authors = ["Candide Wallet Team"]
66
license = "LGPL"
@@ -40,4 +40,4 @@ lint = "scripts.lint:start"
4040

4141
[build-system]
4242
requires = ["poetry-core"]
43-
build-backend = "poetry.core.masonry.api"
43+
build-backend = "poetry.core.masonry.api"

voltaire-p2p

0 Bytes
Binary file not shown.

voltaire_p2p/p2p_network/Cargo.lock

Lines changed: 94 additions & 63 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
use target_info::Target;
22

3-
pub const VERSION: &str = "Voltaire/v0.1.0a24";
3+
pub const VERSION: &str = "Voltaire/v0.1.0a26";
44

55
/// Returns `VERSION`, but with platform information appended to the end.
66
///
77
/// ## Example
88
///
9-
/// `Voltaire/v0.1.0a22/x86_64-linux`
9+
/// `Voltaire/v0.1.0a26/x86_64-linux`
1010
pub fn version_with_platform() -> String {
1111
format!("{}/{}-{}", VERSION, Target::arch(), Target::os())
12-
}
12+
}

0 commit comments

Comments
 (0)