Skip to content

Commit

Permalink
Bump minor version (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
zombie-einstein authored Mar 28, 2024
1 parent 978f12c commit 17285fd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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.1"
version = "0.4.0"
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.1" }
bourse-macros = { path="../macros", version="0.3.1" }
bourse-book = { path="../order_book" , version="0.4.0" }
bourse-macros = { path="../macros", version="0.4.0" }

[dev-dependencies]
assert_approx_eq = "1.1.0"
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.1"
version = "0.4.0"
description = "Python API for a Rust stock market simulation library"
readme = "README.md"
requires-python = ">=3.8"
Expand Down

0 comments on commit 17285fd

Please sign in to comment.