Skip to content

Commit

Permalink
jld
Browse files Browse the repository at this point in the history
  • Loading branch information
montyvesselinov committed Mar 24, 2023
1 parent e319e30 commit 6553e4f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "LoadTensorDecompositions"
uuid = "bae27b42-c72a-5733-8f2d-201965195bfc"
authors = ["Velimir V Vesselinov (monty) <[email protected]>"]
version = "1.0.2"
version = "1.0.3"

[deps]
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
Expand All @@ -10,8 +10,6 @@ JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"

[compat]
FileIO = "1"
JLD = "0.10, 0.11, 0.12"
JLD2 = "0.2, 0.3, 0.4, 0.5"
julia = "1.5"

[extras]
Expand Down

2 comments on commit 6553e4f

@montyvesselinov
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/80237

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 v1.0.3 -m "<description of version>" 6553e4f4040bef113c97192c7b3880d6363f3664
git push origin v1.0.3

Please sign in to comment.