Skip to content

Commit

Permalink
increase version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bsteinb committed Apr 14, 2018
1 parent 433b608 commit 978f3c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "accurate"
version = "0.2.1"
version = "0.3.0"
authors = ["Benedikt Steinbusch <ben@rockshrub.de>"]
description = "(more or less) accurate floating point algorithms"
homepage = "https://github.com/bsteinb/accurate"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the `accurate` crate as a dependency in your `Cargo.toml`:

```toml
[dependencies]
accurate = "0.1"
accurate = "0.3"
```

Then use it in your program like this:
Expand Down

0 comments on commit 978f3c2

Please sign in to comment.