Skip to content

Commit 760a4a6

Browse files
bump version
1 parent 48dcb51 commit 760a4a6

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "GraphNeuralNetworks"
22
uuid = "cffab07f-9bc2-4db1-8861-388f63bf7694"
33
authors = ["Carlo Lucibello and contributors"]
4-
version = "0.1.2"
4+
version = "0.2.0"
55

66
[deps]
77
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"

test/runtests.jl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ ENV["DATADEPS_ALWAYS_ACCEPT"] = true # for MLDatasets
1616
include("test_utils.jl")
1717

1818
tests = [
19-
# "gnngraph",
20-
# "msgpass",
21-
# "layers/basic",
22-
# "layers/conv",
23-
# "layers/pool",
19+
"gnngraph",
20+
"msgpass",
21+
"layers/basic",
22+
"layers/conv",
23+
"layers/pool",
2424
"examples/node_classification_cora",
2525
]
2626

0 commit comments

Comments
 (0)