Skip to content

Commit

Permalink
update CUDA dep, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
simsurace committed Apr 20, 2021
1 parent c1476b8 commit 72f4c9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
name = "BinomialGPU"
uuid = "c5bbfde1-2136-42cd-9b65-d5719df69ebf"
authors = ["Simone Carlo Surace"]
version = "0.2.5"
version = "0.2.6"

[deps]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
GPUArrays = "0c68f7d7-f131-5f86-a1c3-88cf8149b2d7"

[compat]
CUDA = "2, 3.0"
BenchmarkTools = "0.6, 0.7"
CUDA = "2, 3.0"
GPUArrays = "6"
julia = "1.5"

Expand Down

2 comments on commit 72f4c9c

@simsurace
Copy link
Collaborator 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/34739

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.6 -m "<description of version>" 72f4c9c38cc1d327770add8f6d3594edbaa40d3b
git push origin v0.2.6

Please sign in to comment.