Skip to content

Commit

Permalink
CompatHelper: bump compat for "MiniQhull" to "0.3" (#144)
Browse files Browse the repository at this point in the history
* CompatHelper: bump compat for "MiniQhull" to "0.3"

* bump version

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mtsch <matijacufar@gmail.com>
  • Loading branch information
github-actions[bot] and mtsch authored Mar 4, 2021
1 parent 186ad2d commit 9c56419
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 = "Ripserer"
uuid = "aa79e827-bd0b-42a8-9f10-2b302677a641"
authors = ["mtsch <matijacufar@gmail.com>"]
version = "0.16.5"
version = "0.16.6"

[deps]
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
Expand All @@ -27,7 +27,7 @@ Distances = "0.8, 0.9, 0.10"
IterTools = "1"
LightGraphs = "1.3.3"
MLJModelInterface = "^0.3.5, 0.4"
MiniQhull = "0.2"
MiniQhull = "0.2, 0.3"
PersistenceDiagrams = "0.9"
ProgressMeter = "1"
RecipesBase = "1"
Expand Down

2 comments on commit 9c56419

@mtsch
Copy link
Owner

@mtsch mtsch commented on 9c56419 Mar 4, 2021

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/31264

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.16.6 -m "<description of version>" 9c56419b502bc5c7770f24cd17b51aee5a073b93
git push origin v0.16.6

Please sign in to comment.