Skip to content

Commit

Permalink
Bump minor version (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
zombie-einstein authored Feb 29, 2024
1 parent d0caeee commit c64ee42
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.1.2"
version = "0.2.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.3.0"
rand_distr = "0.4.3"

bourse-book = { path="../order_book" , version="0.1.2" }
bourse-macros = { path="../macros", version="0.1.2" }
bourse-book = { path="../order_book" , version="0.2.0" }
bourse-macros = { path="../macros", version="0.2.0" }

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

0 comments on commit c64ee42

Please sign in to comment.