Skip to content

Commit 5877186

Browse files
committed
bump version to 0.1.5
1 parent edb4161 commit 5877186

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["spin-sim"]
33

44
[package]
55
name = "peapods"
6-
version = "0.1.4"
6+
version = "0.1.5"
77
edition = "2021"
88
license = "MIT"
99

@@ -12,7 +12,7 @@ name = "_core"
1212
crate-type = ["cdylib"]
1313

1414
[dependencies]
15-
spin-sim = { path = "spin-sim", version = "0.1.4" }
15+
spin-sim = { path = "spin-sim", version = "0.1.5" }
1616
pyo3 = { version = "0.24", features = ["extension-module"] }
1717
numpy = "0.24"
1818
rayon = "1.10"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "maturin"
44

55
[project]
66
name = "peapods"
7-
version = "0.1.4"
7+
version = "0.1.5"
88
description = "Ising Monte Carlo: Metropolis, Gibbs, Wolff, Swendsen-Wang, parallel tempering, Houdayer ICM"
99
readme = "README.md"
1010
license = {text = "MIT"}

spin-sim/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "spin-sim"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
edition = "2021"
55
description = "Ising model Monte Carlo: Metropolis, Gibbs, Wolff, Swendsen-Wang, parallel tempering, Houdayer ICM"
66
license = "MIT"

0 commit comments

Comments
 (0)