Skip to content

Commit

Permalink
Bump to v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
unageek committed Feb 20, 2021
1 parent f985050 commit a911ff5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "inari"
version = "0.9.0"
version = "0.9.1"
authors = ["Masashi Mizuno"]
edition = "2018"
description = "A Rust implementation of set-based interval arithmetic."
Expand All @@ -11,13 +11,15 @@ license = "MIT"
keywords = ["arithmetic", "interval", "math", "numerics"]
categories = ["mathematics", "science"]
include = [
"/.cargo/**",
"/examples/**",
"/src/**",
"/tests/**",
"/Cargo.toml",
"/CHANGELOG.md",
"/LICENSE",
"/README.md",
"/rust-toolchain",
]

[package.metadata.docs.rs]
Expand Down

0 comments on commit a911ff5

Please sign in to comment.