Skip to content

Commit 5c6dda8

Browse files
committed
Bump version.
1 parent 0cd4e56 commit 5c6dda8

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "Atomix"
22
uuid = "a9b6321e-bd34-4604-b9c9-b65b8de01458"
33
authors = ["Takafumi Arakaki <[email protected]> and contributors"]
4-
version = "0.1.1-DEV"
4+
version = "1.0"
55

66
[deps]
77
UnsafeAtomics = "013be700-e6cd-48c3-b4a1-df204f14c38f"

lib/AtomixCUDA/Project.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
name = "AtomixCUDA"
22
uuid = "6171a885-8764-404f-b64d-f8edb1679b6f"
33
authors = ["Takafumi Arakaki <[email protected]> and contributors"]
4-
version = "0.1.0-DEV"
4+
version = "1.0"
55

66
[deps]
77
Atomix = "a9b6321e-bd34-4604-b9c9-b65b8de01458"
88
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
99

1010
[compat]
1111
julia = "1.6"
12+
Atomix = "1"
13+
CUDA = "5"

lib/AtomixMetal/Project.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
name = "AtomixMetal"
22
uuid = "fc0d88fc-5db5-40d7-bf35-da84fd759def"
33
authors = ["Andrei-Leonard Nicusan <[email protected]> and contributors"]
4-
version = "0.1.0-DEV"
4+
version = "1.0"
55

66
[deps]
77
Atomix = "a9b6321e-bd34-4604-b9c9-b65b8de01458"
88
Metal = "dde4c033-4e86-420c-a63e-0dd931031962"
99

1010
[compat]
1111
julia = "1.6"
12+
Atomix = "1"
13+
Metal = "1"

0 commit comments

Comments
 (0)