Skip to content

Commit 81ed5df

Browse files
authored
Upgrade to NamedGraphs v0.7 (#46)
1 parent fc97d30 commit 81ed5df

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Project.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "DataGraphs"
22
uuid = "b5a273c3-7e6c-41f6-98bd-8d7f1525a36a"
33
authors = ["Matthew Fishman <mfishman@flatironinstitute.org> and contributors"]
4-
version = "0.2.8"
4+
version = "0.2.9"
55

66
[deps]
77
Dictionaries = "85a47980-9c8c-11e8-2b9f-f7ca1fa99fb4"
@@ -16,11 +16,11 @@ GraphsFlows = "06909019-6f44-4949-96fc-b9d9aaa02889"
1616
DataGraphsGraphsFlowsExt = "GraphsFlows"
1717

1818
[compat]
19-
Dictionaries = "0.4"
20-
Graphs = "1"
19+
Dictionaries = "0.4.0"
20+
Graphs = "1.0.0"
2121
GraphsFlows = "0.1.1"
22-
NamedGraphs = "0.6.9"
23-
SimpleTraits = "0.9"
22+
NamedGraphs = "0.6.9, 0.7.0"
23+
SimpleTraits = "0.9.0"
2424
julia = "1.7"
2525

2626
[extras]

examples/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ NamedGraphs = "678767b0-92e7-4007-89e4-4527a8725b19"
66
[compat]
77
DataGraphs = "0.2.6"
88
Graphs = "1.12.0"
9-
NamedGraphs = "0.6.5"
9+
NamedGraphs = "0.6.5, 0.7.0"

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ DataGraphs = "0.2.6"
1515
Dictionaries = "0.4.4"
1616
Graphs = "1.12.0"
1717
GraphsFlows = "0.1.1"
18-
NamedGraphs = "0.6.6"
18+
NamedGraphs = "0.6.6, 0.7.0"
1919
SafeTestsets = "0.1.0"
2020
Suppressor = "0.2.8"
2121
Test = "1.10.0"

0 commit comments

Comments
 (0)