Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
montyvesselinov committed Jul 18, 2023
1 parent 4be5a39 commit 2532309
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "NTFk"
uuid = "1226e131-0b97-51f8-8a3f-c1798118cd52"
authors = ["Velimir V Vesselinov (monty) <[email protected]>"]
version = "1.1.9"
version = "1.2.0"

[deps]
Arpack = "7d9fca2a-8960-54d3-9f78-7d1dccf2cb97"
Expand Down Expand Up @@ -61,9 +61,9 @@ NMFk = "1"
PyCall = "1"
PyPlot = "2"
TensorDecompositions = "1"
TensorOperations = "1, 2, 3"
TensorOperations = "1, 2, 3, 4"
TensorToolbox = "1"
julia = "1.6"
julia = "1.9"

[extras]
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Expand Down

2 comments on commit 2532309

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

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.2.0 -m "<description of version>" 2532309ce75404ae94f7a6016e22991f9336b735
git push origin v1.2.0

Please sign in to comment.