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 24c5369 commit d78df6a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "NMFk"
uuid = "e40cd9e2-a1df-5d90-a1fa-603fdc3dbdd8"
authors = ["Velimir V Vesselinov (monty) <[email protected]>"]
version = "1.2.12"
version = "1.2.13"

[deps]
Clustering = "aaaa29a8-35af-508c-8bc3-b662a17a0fe5"
Expand Down Expand Up @@ -54,6 +54,7 @@ ColorSchemes = "3"
Compose = "0.8, 0.9"
Conda = "1"
DataFrames = "1"
DelimitedFiles = "1"
Distances = "0.8, 0.9, 0.10, 0.11"
DistributedArrays = "0.6, 0.7"
Distributions = "0.23, 0.24, 0.25"
Expand Down

2 comments on commit d78df6a

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

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.13 -m "<description of version>" d78df6a546fd43216857ba817578e6ff2b7e90ce
git push origin v1.2.13

Please sign in to comment.