Skip to content

Commit

Permalink
Bump version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Durant committed Jun 13, 2017
1 parent af5ed19 commit 9bd5beb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fastparquet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
from .api import ParquetFile
from .util import ParquetException

__version__ = "0.0.6"
__version__ = "0.1.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

setup(
name='fastparquet',
version='0.0.6',
version='0.1.0',
description='Python support for Parquet file format',
ext_modules=ext_modules,
author='Martin Durant',
Expand Down

0 comments on commit 9bd5beb

Please sign in to comment.