Skip to content

Commit

Permalink
chore: increase version to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JabobKrauskopf committed Aug 15, 2024
1 parent c566d54 commit 8a254e6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["crates/*", "rustmodels"]
resolver = "2"

[workspace.package]
version = "0.1.1"
version = "0.1.2"
edition = "2021"
repository = "https://github.com/limebit/medmodels"
license = "BSD-3-Clause"
Expand All @@ -19,6 +19,6 @@ pyo3 = { version = "0.21.2", features = ["chrono"] }
polars = { version = "0.40.0", features = ["polars-io"] }
pyo3-polars = "0.14.0"

medmodels = { version = "0.1.1", path = "crates/medmodels" }
medmodels-core = { version = "0.1.1", path = "crates/medmodels-core" }
medmodels-utils = { version = "0.1.1", path = "crates/medmodels-utils" }
medmodels = { version = "0.1.2", path = "crates/medmodels" }
medmodels-core = { version = "0.1.2", path = "crates/medmodels-core" }
medmodels-utils = { version = "0.1.2", path = "crates/medmodels-utils" }
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "medmodels"
version = "0.1.1"
version = "0.1.2"
description = "Limebit Medmodels Package"
readme = "README.md"
requires-python = ">=3.9"
Expand Down

0 comments on commit 8a254e6

Please sign in to comment.