Skip to content

Commit

Permalink
compat
Browse files Browse the repository at this point in the history
  • Loading branch information
cossio committed Aug 26, 2023
1 parent b4f9ea7 commit 0501f4f
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,7 +1,7 @@
name = "RestrictedBoltzmannMachines"
uuid = "12e6b396-7db5-4506-8cb6-664a4fe1e50e"
authors = ["Jorge Fernandez-de-Cossio-Diaz <[email protected]>"]
version = "3.2.5-DEV"
version = "3.2.5"

[deps]
EllipsisNotation = "da5c29d0-fa7d-589e-88eb-ea29b0a81949"
Expand All @@ -23,4 +23,4 @@ LogExpFunctions = "0.3"
DiffRules = "1.8"
SpecialFunctions = "2"
FillArrays = "0.12, 0.13, 1"
Optimisers = "0.2"
Optimisers = "0.2, 0.3"

2 comments on commit 0501f4f

@cossio
Copy link
Owner Author

@cossio cossio commented on 0501f4f Aug 26, 2023

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/90340

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 v3.2.5 -m "<description of version>" 0501f4f587a9da67208827ed6e08c12fe4eeddeb
git push origin v3.2.5

Also, note the warning: Version 3.2.5 skips over 3.2.1
This can be safely ignored. However, if you want to fix this you can do so. Call register() again after making the fix. This will update the Pull request.

Please sign in to comment.