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

Commit

Permalink
Update for 0.4.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sunchao committed Oct 12, 2018
1 parent dcc6e73 commit 8a4ab42
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
Expand Up @@ -17,7 +17,7 @@

[package]
name = "parquet"
version = "0.4.0"
version = "0.4.1"
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 @@ -23,7 +23,7 @@
[![Coverage Status](https://coveralls.io/repos/github/sunchao/parquet-rs/badge.svg?branch=master)](https://coveralls.io/github/sunchao/parquet-rs?branch=master)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![](http://meritbadge.herokuapp.com/parquet)](https://crates.io/crates/parquet)
[![API docs](https://img.shields.io/badge/docs-0.4.0-blue.svg)](https://sunchao.github.io/parquet-rs/0.4.0/parquet/)
[![API docs](https://img.shields.io/badge/docs-0.4.1-blue.svg)](https://sunchao.github.io/parquet-rs/0.4.1/parquet/)
[![Master API docs](https://img.shields.io/badge/docs-master-green.svg)](https://sunchao.github.io/parquet-rs/master/parquet/)


Expand Down

0 comments on commit 8a4ab42

Please sign in to comment.