Skip to content

Commit 9a1210f

Browse files
Bump version
1 parent 06522a2 commit 9a1210f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
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.44"
3+
version = "v0.1.0-alpha.45"
44
description = "EIP-4337 python Bundler"
55
authors = ["Candide Wallet Team"]
66
license = "LGPL"
Lines changed: 2 additions & 2 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.0a44";
3+
pub const VERSION: &str = "Voltaire/ v0.1.0a45";
44

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

0 commit comments

Comments
 (0)