We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b7d9ad commit 1d5312dCopy full SHA for 1d5312d
1 file changed
META6.json
@@ -1,7 +1,7 @@
1
{
2
"name": "Graph",
3
"description": "Graph theory algorithms, parameterized- and random graphs.",
4
- "version": "0.0.34",
+ "version": "0.0.35",
5
"perl": "6.d",
6
"authors": [
7
"Anton Antonov"
@@ -25,6 +25,7 @@
25
"Graph::Distribution": "lib/Graph/Distribution.rakumod",
26
"Graph::Formatish": "lib/Graph/Formatish.rakumod",
27
"Graph::Grid": "lib/Graph/Grid.rakumod",
28
+ "Graph::Harary": "lib/Graph/Harary.rakumod",
29
"Graph::HexagonalGrid": "lib/Graph/HexagonalGrid.rakumod",
30
"Graph::HighlightProcessing": "lib/Graph/HighlightProcessing.rakumod",
31
"Graph::Hypercube": "lib/Graph/Hypercube.rakumod",
0 commit comments