From 8ed5e2be23e68a23b170474443f46055cab1e628 Mon Sep 17 00:00:00 2001 From: Chao Sun Date: Sat, 5 May 2018 09:30:38 -0700 Subject: [PATCH] update version to 0.3.0 --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1893a46..8bc331c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "parquet" -version = "0.2.0" +version = "0.3.0" license = "Apache-2.0" description = "Apache Parquet implementation in Rust" authors = [ diff --git a/README.md b/README.md index 8f436fb..96c3aec 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ An [Apache Parquet](https://parquet.apache.org/) implementation in Rust (work in Add this to your Cargo.toml: ```toml [dependencies] -parquet = "0.2" +parquet = "0.3" ``` and this to your crate root: