diff --git a/Project.toml b/Project.toml index dbcbbf4..e3a180d 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "DataGraphs" uuid = "b5a273c3-7e6c-41f6-98bd-8d7f1525a36a" -version = "0.5.2" +version = "0.5.3" authors = ["Matthew Fishman and contributors"] [workspace] @@ -25,6 +25,6 @@ Dictionaries = "0.4" Graphs = "1" GraphsFlows = "0.1.1" ITensorVisualizationBase = "0.1" -NamedGraphs = "0.11.4, 0.12" +NamedGraphs = "0.11.4, 0.12, 0.13" SimpleTraits = "0.9" julia = "1.10" diff --git a/examples/Project.toml b/examples/Project.toml index 465001b..beb6b0e 100644 --- a/examples/Project.toml +++ b/examples/Project.toml @@ -9,4 +9,4 @@ path = ".." [compat] DataGraphs = "0.5" Graphs = "1.12" -NamedGraphs = "0.11, 0.12" +NamedGraphs = "0.11, 0.12, 0.13" diff --git a/test/Project.toml b/test/Project.toml index 20aecd2..91df964 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -22,7 +22,7 @@ Graphs = "1.12" GraphsFlows = "0.1.1" ITensorPkgSkeleton = "0.3.42" ITensorVisualizationBase = "0.1" -NamedGraphs = "0.11, 0.12" +NamedGraphs = "0.11, 0.12, 0.13" SafeTestsets = "0.1" Suppressor = "0.2.8" Test = "1.10"