Skip to content

Commit

Permalink
Bump patch version (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
zombie-einstein authored Mar 9, 2024
1 parent a52caac commit 434397a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ members = [
resolver = "2"

[workspace.package]
version = "0.3.0"
version = "0.3.1"
edition = "2021"
license = "MIT"
authors = ["zombie-einstein"]
Expand Down
4 changes: 2 additions & 2 deletions crates/step_sim/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ rand.workspace = true
kdam = "0.5.1"
rand_distr = "0.4.3"

bourse-book = { path="../order_book" , version="0.3.0" }
bourse-macros = { path="../macros", version="0.3.0" }
bourse-book = { path="../order_book" , version="0.3.1" }
bourse-macros = { path="../macros", version="0.3.1" }

[dev-dependencies]
assert_approx_eq = "1.1.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/step_sim/benches/benchmarks.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use divan::{black_box, Bencher};

use bourse_de::agents::{Agent, AgentSet, RandomAgents};
use bourse_de::agents::{Agent, RandomAgents};
use bourse_de::{sim_runner, Env};
use bourse_macros::Agents;

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build-backend = "maturin"

[project]
name = "bourse"
version = "0.3.0"
version = "0.3.1"
description = "Python API for a Rust stock market simulation library"
readme = "README.md"
requires-python = ">=3.8"
Expand Down

0 comments on commit 434397a

Please sign in to comment.