Skip to content

Commit

Permalink
Set to version 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jfbarthelemy committed Jan 14, 2024
1 parent 3917f2d commit b25b554
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CITATION.bib
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ @misc{TensND.jl
author = {Jean-François Barthélémy},
title = {TensND.jl},
url = {https://github.com/jfbarthelemy/TensND.jl},
version = {v0.1.2},
version = {v0.1.3},
year = {2021},
month = {8}
}
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "TensND"
uuid = "474b5345-2588-4284-8a58-2430a1a40cb0"
authors = ["Jean-François Barthélémy"]
version = "0.1.2"
version = "0.1.3"

[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ julia> import Pkg; Pkg.add("TensND")
author = {Jean-François Barthélémy},
title = {TensND.jl},
url = {https://github.com/jfbarthelemy/TensND.jl},
version = {v0.1.2},
version = {v0.1.3},
year = {2021},
month = {8}
}
Expand Down

2 comments on commit b25b554

@jfbarthelemy
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register

Release notes:

Upgrade compatibility with OMEinsum 0.8

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

Tagging

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

Please sign in to comment.