Skip to content

Commit f28419c

Browse files
committed
Set version to v1.0.1
1 parent c8d7875 commit f28419c

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

Project.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
name = "QueryOperators"
22
uuid = "2aef5ad7-51ca-5a8f-8e88-e75cf067b44b"
3-
version = "1.0.1-DEV"
3+
version = "1.0.1"
44

55
[deps]
66
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
7+
TableShowUtils = "5e66a065-1f0a-5976-b372-e0b8c017ca10"
78
DataValues = "e7dc6d0d-1eca-5fa6-8ad6-5aecde8b7ea5"
89
IteratorInterfaceExtensions = "82899510-4779-5014-852e-03e436cf321d"
9-
TableShowUtils = "5e66a065-1f0a-5976-b372-e0b8c017ca10"
10+
11+
[extras]
12+
TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a"
13+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1014

1115
[compat]
16+
julia = "1.10"
1217
DataStructures = "0.11, 0.12, 0.13, 0.14, 0.15, 0.16, 0.17, 0.18, 0.19"
18+
TableShowUtils = "0.1.1, 0.2"
1319
DataValues = "0.4.4"
1420
IteratorInterfaceExtensions = "0.1.1, 1"
15-
TableShowUtils = "0.1.1, 0.2"
16-
julia = "1.10"
17-
18-
[extras]
19-
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
20-
TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a"
2121

2222
[targets]
2323
test = ["Test", "TestItemRunner"]

0 commit comments

Comments
 (0)