Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yuehhua committed Dec 13, 2019
1 parent 9739ab3 commit b0aea79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ CuArrays = "^1.4, <1.6.0"
DataStructures = "~0.17"
Flux = "~0.10"
IRTools = "~0.3"
Requires = "~0.5"
Zygote = "~0.4"
ZygoteRules = "~0.2"
julia = "1.0, 1.1, 1.2, 1.3"
Expand Down

2 comments on commit b0aea79

@yuehhua
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 updated: JuliaRegistries/General/6670

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 Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.2.0 -m "<description of version>" b0aea7955aad1d0ef099e68053ede36a8e4d3151
git push origin v0.2.0

Please sign in to comment.