Skip to content

Commit

Permalink
up to v0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
stecrotti committed Oct 23, 2023
1 parent 00061b4 commit 385a2fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "TensorTrains"
uuid = "89893e69-996d-40b1-ba32-8ff5f34c0dd5"
authors = ["stecrotti <stefano.crotti@polito.it>", "abraunst <alfredo.braunstein@polito.it"]
version = "0.7"
version = "0.8"

[deps]
Lazy = "50d2b5c4-7a5e-59d5-8109-a42b560f39c0"
Expand Down

2 comments on commit 385a2fa

@stecrotti
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()

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

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.8.0 -m "<description of version>" 385a2fa6cbd3f6ddb67ec8d6b86d9e2c88275ea9
git push origin v0.8.0

Please sign in to comment.