Skip to content

Commit

Permalink
Version 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Durant committed Dec 27, 2016
1 parent 1d259a8 commit 8aa84f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.3"
__version__ = "0.0.4"
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@

setup(
name='fastparquet',
version='0.0.3',
version='0.0.4',
description='Python support for Parquet file format',
author='Joe Crobak, Martin Durant',
author='Martin Durant',
author_email='mdurant@continuum.io',
url='https://github.com/martindurant/fastparquet/',
license='Apache License 2.0',
Expand Down

0 comments on commit 8aa84f8

Please sign in to comment.