Skip to content

Commit

Permalink
CompatHelper: bump compat for Hungarian to 0.7, (keep existing compat) (
Browse files Browse the repository at this point in the history
#56)

* CompatHelper: bump compat for Hungarian to 0.7, (keep existing compat)

* Update Project.toml

Co-authored-by: CompatHelper Julia <[email protected]>
Co-authored-by: mtsch <[email protected]>
  • Loading branch information
3 people committed Jan 3, 2023
1 parent c2383f2 commit 2333d8d
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 = "PersistenceDiagrams"
uuid = "90b4794c-894b-4756-a0f8-5efeb5ddf7ae"
authors = ["mtsch <[email protected]>"]
version = "0.9.8"
version = "0.9.9"

[deps]
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
Expand All @@ -14,7 +14,7 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"

[compat]
Compat = "^3.10, 4"
Hungarian = "0.6"
Hungarian = "0.6, 0.7"
MLJModelInterface = "1"
RecipesBase = "1"
ScientificTypes = "3"
Expand Down

2 comments on commit 2333d8d

@mtsch
Copy link
Owner

@mtsch mtsch commented on 2333d8d Jan 3, 2023

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

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.9.9 -m "<description of version>" 2333d8df6e9d85f4cbc87a3b908c6a7d9d1c7c23
git push origin v0.9.9

Please sign in to comment.