Skip to content

Commit

Permalink
bumped version to include pyo3 stuff from proc macros
Browse files Browse the repository at this point in the history
  • Loading branch information
calbaker committed Jan 3, 2025
1 parent ff58734 commit bcdaad7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions rust/fastsim-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fastsim-core"
version = "0.1.8"
version = "0.1.9"
edition = "2021"
rust-version.workspace = true
license = "Apache-2.0"
Expand All @@ -11,7 +11,7 @@ readme = "../../README.md"
repository = "https://github.com/NREL/fastsim"

[dependencies]
fastsim-proc-macros = { package = "fastsim-proc-macros", path = "./fastsim-proc-macros", version = "0.1.5" }
fastsim-proc-macros = { package = "fastsim-proc-macros", path = "./fastsim-proc-macros", version = "0.1.9" }
pyo3 = { workspace = true, features = [
"extension-module",
"anyhow",
Expand Down
2 changes: 1 addition & 1 deletion rust/fastsim-core/fastsim-proc-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ["NREL/MTES/CIMS/MBAP Group <[email protected]>"]
name = "fastsim-proc-macros"
version = "0.1.7"
version = "0.1.9"
edition = "2021"
license = "Apache-2.0"
readme = "../../../README.md"
Expand Down

0 comments on commit bcdaad7

Please sign in to comment.