Skip to content

Commit

Permalink
incremented version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
calbaker committed Jan 24, 2024
1 parent fa794d6 commit 3bd06f6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "maturin"

[project]
name = "altrios"
version = "0.1.5"
version = "0.1.6"
authors = [
{ name = "ALTRIOS Team", email = "altrios@nrel.gov" },
{ name = "Chad Baker, Lead Developer" },
Expand Down
4 changes: 2 additions & 2 deletions rust/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 rust/altrios-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = { workspace = true }
license = { workspace = true }
homepage = { workspace = true }
repository = { workspace = true }
version = "0.1.3"
version = "0.1.4"
description = "ALTRIOS Core model for train simulation"
readme = "README.md"

Expand Down
2 changes: 1 addition & 1 deletion rust/altrios-core/altrios-proc-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = { workspace = true }
license = { workspace = true }
homepage = { workspace = true }
repository = { workspace = true }
version = "0.1.3"
version = "0.1.4"
description = "ALTRIOS procedural macros"
readme = "README.md"

Expand Down

0 comments on commit 3bd06f6

Please sign in to comment.