Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
maleadt committed Nov 6, 2024
1 parent 0cd4e56 commit 5c6dda8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Atomix"
uuid = "a9b6321e-bd34-4604-b9c9-b65b8de01458"
authors = ["Takafumi Arakaki <[email protected]> and contributors"]
version = "0.1.1-DEV"
version = "1.0"

[deps]
UnsafeAtomics = "013be700-e6cd-48c3-b4a1-df204f14c38f"
Expand Down
4 changes: 3 additions & 1 deletion lib/AtomixCUDA/Project.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
name = "AtomixCUDA"
uuid = "6171a885-8764-404f-b64d-f8edb1679b6f"
authors = ["Takafumi Arakaki <[email protected]> and contributors"]
version = "0.1.0-DEV"
version = "1.0"

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

[compat]
julia = "1.6"
Atomix = "1"
CUDA = "5"
4 changes: 3 additions & 1 deletion lib/AtomixMetal/Project.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
name = "AtomixMetal"
uuid = "fc0d88fc-5db5-40d7-bf35-da84fd759def"
authors = ["Andrei-Leonard Nicusan <[email protected]> and contributors"]
version = "0.1.0-DEV"
version = "1.0"

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

[compat]
julia = "1.6"
Atomix = "1"
Metal = "1"

0 comments on commit 5c6dda8

Please sign in to comment.