Skip to content

Commit

Permalink
Merge pull request #96 from JuliaGPU/jps/0.2.3
Browse files Browse the repository at this point in the history
Bump to 0.2.3, add MacroTools LB
  • Loading branch information
jpsamaroo authored Feb 5, 2021
2 parents 1d486f7 + f5b1581 commit 3ffacab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "AMDGPU"
uuid = "21141c5a-9bdb-4563-92ae-f87d6854732e"
authors = ["Julian P Samaroo <[email protected]>"]
version = "0.2.2"
version = "0.2.3"

[deps]
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
Expand All @@ -27,6 +27,7 @@ CEnum = "0.2, 0.3, 0.4"
GPUArrays = "6"
GPUCompiler = "0.9"
LLVM = "3"
MacroTools = "0.5"
Requires = "1"
Setfield = "0.5, 0.6, 0.7"
julia = "1.6"
Expand Down

2 comments on commit 3ffacab

@jpsamaroo
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/29435

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.2.3 -m "<description of version>" 3ffacabc294d182360d3d00452061825df45a6ff
git push origin v0.2.3

Please sign in to comment.