Skip to content

Commit

Permalink
Merge pull request #13 from domain-independent-dp/hotfix-0.4.1
Browse files Browse the repository at this point in the history
Bug about Tables in different dimensions, hotfix-0.4.1
  • Loading branch information
Kurorororo committed Jul 31, 2023
2 parents 207b203 + f966a04 commit d793d76
Show file tree
Hide file tree
Showing 6 changed files with 1,052 additions and 20 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 didp-yaml/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "didp-yaml"
version = "0.4.0"
version = "0.4.1"
edition = "2021"
rust-version = "1.64"
description = "YAML interface for Dynamic Programming Description Language (DyPDL) and DyPDL solvers."
Expand Down
2 changes: 1 addition & 1 deletion didppy/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "didppy"
version = "0.4.0"
version = "0.4.1"
edition = "2021"
rust-version = "1.64"
description = "Python interface for Dynamic Programming Description Language (DyPDL) and DyPDL solvers."
Expand Down
2 changes: 1 addition & 1 deletion dypdl-heuristic-search/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dypdl-heuristic-search"
version = "0.4.0"
version = "0.4.1"
edition = "2021"
rust-version = "1.64"
description = "Heuristic search solvers for Dynamic Programming Description Language (DyPDL)."
Expand Down
2 changes: 1 addition & 1 deletion dypdl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dypdl"
version = "0.4.0"
version = "0.4.1"
edition = "2021"
rust-version = "1.64"
description = "Libarary for Dynamic Programming Description Language (DyPDL)."
Expand Down
Loading

0 comments on commit d793d76

Please sign in to comment.