Skip to content

Commit

Permalink
Release v0.7.4 with compat updates
Browse files Browse the repository at this point in the history
  • Loading branch information
darsnack committed Feb 17, 2023
1 parent b37bee7 commit 5d8a671
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "Metalhead"
uuid = "dbeba491-748d-5e0e-a39e-b530a07fa0cc"
version = "0.7.3"
version = "0.7.4"

[deps]
Artifacts = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"
Expand All @@ -16,8 +16,8 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
[compat]
BSON = "0.3.2"
Flux = "0.13"
Functors = "0.2"
MLUtils = "0.2.6"
Functors = "0.2, 0.3, 0.4"
MLUtils = "0.2.10, 0.3, 0.4"
NNlib = "0.7.34, 0.8"
julia = "1.6"

Expand Down

2 comments on commit 5d8a671

@darsnack
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
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/77965

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.7.4 -m "<description of version>" 5d8a67102e022169799429cbe80771a65b18f354
git push origin v0.7.4

Please sign in to comment.