Skip to content

Commit 02be2c2

Browse files
authored
Switch to Project.toml and bump version for release (#75)
1 parent 7b6d9c9 commit 02be2c2

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

Project.toml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name = "OffsetArrays"
2+
uuid = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
3+
version = "0.11.0"
4+
5+
[deps]
6+
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
7+
8+
[compat]
9+
julia = "0.7, 1"
10+
11+
[extras]
12+
CatIndices = "aafaddc9-749c-510e-ac4f-586e18779b91"
13+
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
14+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
15+
16+
[targets]
17+
test = ["CatIndices", "DelimitedFiles", "Test"]

REQUIRE

Lines changed: 0 additions & 1 deletion
This file was deleted.

test/REQUIRE

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)