Skip to content

Commit

Permalink
fix: 🚑 Critical documentation bugs! and linking docs
Browse files Browse the repository at this point in the history
  • Loading branch information
AnBowell committed Oct 10, 2023
1 parent fe22a67 commit b8c82c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "whittaker-eilers"
version = "0.1.0"
version = "0.1.1"
edition = "2021"

description = "A sparse matrix implementation of Whittaker-Eilers smoothing and interpolation"
Expand All @@ -11,6 +11,7 @@ keywords = ["smoothing", "interpolation", "filter", "signal-processing"]
categories = ["algorithms", "mathematics", "science"]
repository = "https://github.com/AnBowell/whittaker-eilers"
homepage = "https://github.com/AnBowell/whittaker-eilers"
documentation = "https://docs.rs/whittaker-eilers/latest/whittaker_eilers/"
readme = "README.md"


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

```toml
[dependencies]
whittaker_eilers = "0.1.0"
whittaker-eilers = "0.1.0"
```

## Usage
Expand Down

0 comments on commit b8c82c2

Please sign in to comment.