Skip to content

Commit

Permalink
Update Project.toml
Browse files Browse the repository at this point in the history
Add the new version of PartitionedStructures, to avoid package conflicts in PartiallySeparableNLPModels
  • Loading branch information
paraynaud committed Feb 20, 2023
1 parent f6a60b6 commit a235446
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "PartitionedVectors"
uuid = "9d5e22db-ddc8-46c9-8309-91b035e7f733"
authors = ["Paul Raynaud <[email protected]>"]
version = "0.1.1"
version = "0.1.2"

[deps]
Krylov = "ba0b0d4f-ebba-5204-a429-3ac8c609bfb7"
Expand All @@ -12,7 +12,7 @@ PartitionedStructures = "a6683cb1-4e99-4d03-b5b5-b79ed0acabcf"
[compat]
Krylov = "0.9.0"
LinearOperators = "2.4.0"
PartitionedStructures = "0.1.4"
PartitionedStructures = "0.1.4, 0.1.5"
julia = "^1.6.0"

[extras]
Expand Down

2 comments on commit a235446

@paraynaud
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 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/78064

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.2 -m "<description of version>" a23544637b5657690f3751cbd685e2495c48aa00
git push origin v0.1.2

Please sign in to comment.