Skip to content

Commit

Permalink
Merge pull request #29 from darsnack/darsnack/flux-0.13
Browse files Browse the repository at this point in the history
Update for Flux v0.13
  • Loading branch information
darsnack authored Apr 8, 2022
2 parents 4766297 + 44d71be commit d03d971
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,14 +1,14 @@
name = "ParameterSchedulers"
uuid = "d7d3b36b-41b8-4d0d-a2bf-768c6151755e"
authors = ["Kyle Daruwalla"]
version = "0.3.1"
version = "0.3.2"

[deps]
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
InfiniteArrays = "4858937d-0d70-526a-a4dd-2d5cb5dd786c"

[compat]
Flux = "0.11.2, 0.12"
Flux = "0.11.2, 0.12, 0.13"
InfiniteArrays = "0.10.4, 0.11, 0.12"
julia = "1.6"

Expand Down

2 comments on commit d03d971

@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/58151

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.3.2 -m "<description of version>" d03d971a7079f2004d3ab59ba6f4111d8b1247f1
git push origin v0.3.2

Please sign in to comment.