Version bump to 0.2.0 [skip ci]

This commit is contained in:
Andrew Kane
2021-10-17 16:39:19 -07:00
parent 3723cc1cb5
commit 79fcefa6a9
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
## 0.2.0 (unreleased)
## 0.2.0 (2021-10-17)
- Added support for Windows

View File

@@ -1,6 +1,6 @@
[package]
name = "libmf"
version = "0.1.1"
version = "0.2.0"
description = "Large-scale sparse matrix factorization for Rust"
repository = "https://github.com/ankane/libmf-rust"
license = "BSD-3-Clause"

View File

@@ -9,7 +9,7 @@
Add this line to your applications `Cargo.toml` under `[dependencies]`:
```toml
libmf = "0.1"
libmf = "0.2"
```
## Getting Started