Skip to content

Commit

Permalink
Tag v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dahong67 committed Oct 10, 2023
1 parent d4c6cc9 commit 9cc4fa8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "GCPDecompositions"
uuid = "f59fb95b-1bc8-443b-b347-5e445a549f37"
authors = ["David Hong <[email protected]> and contributors"]
version = "0.1.0"
version = "0.1.1"

[deps]
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
Expand Down
2 changes: 1 addition & 1 deletion docs/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ version = "0.10.36"
deps = ["ForwardDiff", "LBFGSB", "LinearAlgebra", "LossFunctions"]
path = ".."
uuid = "f59fb95b-1bc8-443b-b347-5e445a549f37"
version = "0.1.0"
version = "0.1.1"

[[deps.IOCapture]]
deps = ["Logging", "Random"]
Expand Down

2 comments on commit 9cc4fa8

@dahong67
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
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/93176

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.1 -m "<description of version>" 9cc4fa8c27b64b41eb52859c7dbcd34be85ea5dd
git push origin v0.1.1

Please sign in to comment.