Skip to content

Commit

Permalink
add compat
Browse files Browse the repository at this point in the history
  • Loading branch information
Moelf committed Dec 14, 2022
1 parent 6c8e664 commit 69439e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ ForwardDiff = "^0.10.30"
JSON3 = "1"
LogExpFunctions = "0.3"
Optim = "^1.7"
ReverseDiff = "^1.13"
SpecialFunctions = "2"
Unrolled = "0.1"
julia = "^1.6"
Expand Down

4 comments on commit 69439e0

@Moelf
Copy link
Member Author

@Moelf Moelf commented on 69439e0 Dec 14, 2022

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.

Error while trying to register: "Tag with name v0.1.0 already exists and points to a different commit"

@Moelf
Copy link
Member Author

@Moelf Moelf commented on 69439e0 Dec 14, 2022

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 updated: JuliaRegistries/General/74082

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.0 -m "<description of version>" 69439e0e2ac0669e6c38a79ebafc4046cb749b9d
git push origin v0.1.0

Please sign in to comment.