Skip to content

Commit

Permalink
0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
martindurant committed Mar 31, 2022
1 parent 5162a62 commit 1c13299
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
@@ -1,5 +1,5 @@
"""parquet - read parquet files."""
__version__ = "0.8.0"
__version__ = "0.8.1"

from .writer import write
from . import core, schema, converted_types, api
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def fix_exts(sources):

setup(
name='fastparquet',
version='0.8.0',
version='0.8.1',
description='Python support for Parquet file format',
author='Martin Durant',
author_email='mdurant@canaconda.com',
Expand Down

0 comments on commit 1c13299

Please sign in to comment.