Skip to content

Commit

Permalink
version, compat, irtools stable
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeInnes committed Apr 30, 2019
1 parent 58eb9ef commit 89c7b1c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
12 changes: 5 additions & 7 deletions Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ uuid = "9e28174c-4ba2-5203-b857-d8d62c4213ee"
version = "0.8.10"

[[BinaryProvider]]
deps = ["Libdl", "Pkg", "SHA", "Test"]
git-tree-sha1 = "055eb2690182ebc31087859c3dd8598371d3ef9e"
deps = ["Libdl", "SHA"]
git-tree-sha1 = "c7361ce8a2129f20b0e05a89f7070820cfed6648"
uuid = "b99e7846-7c00-51b0-8f62-c81ae34c0232"
version = "0.5.3"
version = "0.5.4"

[[CSTParser]]
deps = ["LibGit2", "Test", "Tokenize"]
Expand Down Expand Up @@ -77,11 +77,9 @@ version = "0.10.3"

[[IRTools]]
deps = ["InteractiveUtils", "MacroTools", "Test"]
git-tree-sha1 = "337d2137ed8e9c1a67574db964ce4985a28538d5"
repo-rev = "master"
repo-url = "https://github.com/MikeInnes/IRTools.jl.git"
git-tree-sha1 = "c13132944350119d1b94f1698d603566654bf57a"
uuid = "7869d1d1-7146-5819-86e3-90919afe41df"
version = "0.1.2"
version = "0.2.0"

[[InteractiveUtils]]
deps = ["Markdown"]
Expand Down
6 changes: 6 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name = "Zygote"
uuid = "e88e6eb3-aa80-5325-afca-941959d7151f"
version = "0.3.0"

[deps]
DiffRules = "b552c78f-8df3-52c6-915a-8e097449b14b"
Expand All @@ -15,6 +16,11 @@ Requires = "ae029012-a4dd-5104-9daa-d747884805df"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"

[compat]
IRTools = "0.2"
NNlib = "0.6"
julia = "1"

[extras]
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c"
Expand Down

2 comments on commit 89c7b1c

@MikeInnes
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/442

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.3.0 -m "<description of version>" 89c7b1c6bfc71db38312c504cd06f32e8efff5f7
git push origin v0.3.0

Please sign in to comment.