Skip to content

Commit

Permalink
Set version to v0.38.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cossio committed Oct 29, 2022
1 parent 18fa20f commit c2c9d61
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
name = "RestrictedBoltzmannMachines"
uuid = "12e6b396-7db5-4506-8cb6-664a4fe1e50e"
authors = ["Jorge Fernandez-de-Cossio-Diaz <[email protected]>"]
version = "0.38.2-DEV"
version = "0.38.2"

[deps]
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
DiffRules = "b552c78f-8df3-52c6-915a-8e097449b14b"
EllipsisNotation = "da5c29d0-fa7d-589e-88eb-ea29b0a81949"
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LogExpFunctions = "2ab3a3ac-af41-5b50-aa03-7779005ae688"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
MLUtils = "f1d291b0-491e-4a28-83b9-f70985020b54"
LogExpFunctions = "2ab3a3ac-af41-5b50-aa03-7779005ae688"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
EllipsisNotation = "da5c29d0-fa7d-589e-88eb-ea29b0a81949"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
DiffRules = "b552c78f-8df3-52c6-915a-8e097449b14b"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"

[compat]
ChainRulesCore = "1.11"
DiffRules = "1.8"
EllipsisNotation = "1"
FillArrays = "0.12, 0.13"
julia = "1.7"
Zygote = "0.6"
MLUtils = "0.2, 0.3"
ChainRulesCore = "1.11"
Flux = "0.13.4"
DiffRules = "1.8"
LogExpFunctions = "0.3"
MLUtils = "0.2, 0.3"
SpecialFunctions = "2"
Zygote = "0.6"
julia = "1.7"
FillArrays = "0.12, 0.13"

2 comments on commit c2c9d61

@cossio
Copy link
Owner Author

@cossio cossio commented on c2c9d61 Oct 29, 2022

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

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

Please sign in to comment.