Skip to content

Commit

Permalink
Bump patch version number (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
zombie-einstein authored Feb 23, 2024
1 parent db921b8 commit 0517f4b
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.1"
version = "0.1.2"
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 @@ -14,5 +14,5 @@ categories.workspace = true
fastrand.workspace = true
kdam = "0.3.0"

bourse-book = { path="../order_book" , version="0.1.1" }
bourse-macros = { path="../macros", version="0.1.1" }
bourse-book = { path="../order_book" , version="0.1.2" }
bourse-macros = { path="../macros", version="0.1.2" }
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.1"
version = "0.1.2"
description = "Python API for a Rust stock market simulation library"
readme = "README.md"
requires-python = ">=3.8"
Expand Down

0 comments on commit 0517f4b

Please sign in to comment.