Skip to content

Commit

Permalink
Increment patch version (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
zombie-einstein authored Feb 21, 2024
1 parent b1f9164 commit 167f951
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 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.0"
version = "0.1.1"
edition = "2021"
license = "MIT"
authors = ["zombie-einstein"]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ The library consists of two core crates:

- `bourse-book` a library implementing a market order
book. Full documentation can be found
[here](https://docs.rs/bourse-book/0.1.0/bourse_book/).
[here](https://docs.rs/bourse-book/latest/bourse_book/).

- `bourse-de` a discrete-event market simulation library.
Full documentation can be found
[here](https://docs.rs/bourse-de/0.1.0/bourse_de/)
[here](https://docs.rs/bourse-de/latest/bourse_de/)

Both can be installed using cargo

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

0 comments on commit 167f951

Please sign in to comment.