Skip to content

Commit

Permalink
release v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ickk committed Sep 20, 2023
1 parent c2b9c57 commit e263220
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "aberth"
version = "0.0.3"
version = "0.0.4"
edition = "2021"
authors = ["ickk <[email protected]>"]
license = "MIT OR Apache-2.0"
description = "Aberth's method for finding the zeros of a polynomial"
documentation = "https://docs.rs/aberth"
repository = "https://github.com/ickk/aberth/"
readme = "README.md"
keywords = ["no_std", "polynomial", "root-finding"]
keywords = ["no_std", "polynomial", "root-finding", "complex-numbers"]
categories = ["mathematics"]

[dependencies]
Expand Down

0 comments on commit e263220

Please sign in to comment.