Skip to content
This repository has been archived by the owner on Jan 11, 2021. It is now read-only.

Commit

Permalink
update version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunchao committed May 5, 2018
1 parent 14a0792 commit 8ed5e2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 = "parquet"
version = "0.2.0"
version = "0.3.0"
license = "Apache-2.0"
description = "Apache Parquet implementation in Rust"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8ed5e2b

Please sign in to comment.