Skip to content

Commit

Permalink
Update Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
mloubout authored Apr 25, 2022
1 parent e3b9162 commit 2ead48a
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 = "SetIntersectionProjection"
uuid = "335f7d24-6316-57dd-9c3a-df470f2b739e"
authors = ["Bas Peters <[email protected]>"]
version = "0.2.2"
version = "0.2.3"

This comment has been minimized.

Copy link
@mloubout

mloubout Apr 25, 2022

Author Member

[deps]
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
Expand All @@ -21,7 +21,7 @@ TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"
[compat]
DistributedArrays = "0.6"
Interpolations = "0.13"
JOLI = "0.7"
JOLI = "0.7,0.8"
Parameters = "0.12"
SortingAlgorithms = "1"
TimerOutputs = "0.5.15"
Expand Down

1 comment on commit 2ead48a

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

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

Please sign in to comment.