Skip to content

Commit

Permalink
Version bump 0.4.2 (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-k authored Apr 16, 2021
1 parent 1eb3396 commit 8fd26e8
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.4.1"
version = "0.4.2"
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.4.1"
argmin = "0.4.2"
```

### 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.4.1", features = ["ctrlc", "ndarrayl", "nalgebral"] }
argmin = { version = "0.4.2", features = ["ctrlc", "ndarrayl", "nalgebral"] }
```

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.4.1"
//! argmin = "0.4.2"
//! ```
//!
//! ## Optional features (recommended)
Expand All @@ -88,7 +88,7 @@
//!
//! ```toml
//! [dependencies]
//! argmin = { version = "0.4.1", features = ["ctrlc", "ndarrayl", "nalgebral"] }
//! argmin = { version = "0.4.2", features = ["ctrlc", "ndarrayl", "nalgebral"] }
//! ```
//!
//! These may become default features in the future. Without these features compilation to
Expand Down

0 comments on commit 8fd26e8

Please sign in to comment.