Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
joshday committed Nov 3, 2021
1 parent 786eb52 commit 2f58809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ searchsortednearest(1:10, 1.9) == 2

## Attribution

[Credit goes to `@traktofon`](https://discourse.julialang.org/t/findnearest-function/4143/5) on the Julia Discourse.
[This implementation is based on code provided by `@traktofon`](https://discourse.julialang.org/t/findnearest-function/4143/5) on the Julia Discourse.

2 comments on commit 2f58809

@joshday
Copy link
Owner Author

@joshday joshday commented on 2f58809 Oct 6, 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 created: JuliaRegistries/General/69658

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>" 2f588090c7c6128e8ba77fa597083fe7c742b6cc
git push origin v0.1.0

Please sign in to comment.