Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
montyvesselinov committed Mar 25, 2023
1 parent 6553e4f commit d9c04dc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 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.3"
version = "1.1.0"

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

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

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down

2 comments on commit d9c04dc

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

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.1.0 -m "<description of version>" d9c04dc2f20049e3307b7623ce95b96feb1debca
git push origin v1.1.0

Please sign in to comment.