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

Commit 8ed5e2b

Browse files
committed
update version to 0.3.0
1 parent 14a0792 commit 8ed5e2b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "parquet"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
license = "Apache-2.0"
55
description = "Apache Parquet implementation in Rust"
66
authors = [

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ An [Apache Parquet](https://parquet.apache.org/) implementation in Rust (work in
1414
Add this to your Cargo.toml:
1515
```toml
1616
[dependencies]
17-
parquet = "0.2"
17+
parquet = "0.3"
1818
```
1919

2020
and this to your crate root:

0 commit comments

Comments
 (0)