Skip to content

Commit

Permalink
bump to version 0.3.1 (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-k authored May 22, 2020
1 parent 650f893 commit 20861ad
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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 = "argmin"
version = "0.3.0"
version = "0.3.1"
authors = ["Stefan Kroboth <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
argmin = "0.3.0"
argmin = "0.3.1"
```

### Optional features (recommended)
Expand All @@ -87,7 +87,7 @@ There are additional features which can be activated in `Cargo.toml`:

```toml
[dependencies]
argmin = { version = "0.3.0", features = ["ctrlc", "ndarrayl"] }
argmin = { version = "0.3.1", features = ["ctrlc", "ndarrayl"] }
```

These may become default features in the future. Without these features compilation to
Expand Down
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
//!
//! ```toml
//! [dependencies]
//! argmin = "0.3.0"
//! argmin = "0.3.1"
//! ```
//!
//! ## Optional features (recommended)
Expand All @@ -88,7 +88,7 @@
//!
//! ```toml
//! [dependencies]
//! argmin = { version = "0.3.0", features = ["ctrlc", "ndarrayl"] }
//! argmin = { version = "0.3.1", features = ["ctrlc", "ndarrayl"] }
//! ```
//!
//! These may become default features in the future. Without these features compilation to
Expand Down

0 comments on commit 20861ad

Please sign in to comment.