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 f916f0b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
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
2 changes: 2 additions & 0 deletions lib/AtomixCUDA/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"

[compat]
julia = "1.6"
Atomix = "1"
CUDA = "5"
2 changes: 2 additions & 0 deletions lib/AtomixMetal/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ Metal = "dde4c033-4e86-420c-a63e-0dd931031962"

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

0 comments on commit f916f0b

Please sign in to comment.