Skip to content

Commit

Permalink
RLS: 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAugspurger committed Feb 5, 2020
1 parent a996d7c commit 7f39f8a
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 @@ -4,7 +4,7 @@
from __future__ import print_function
from __future__ import unicode_literals

__version__ = "0.3.2"
__version__ = "0.3.3"

from .thrift_structures import parquet_thrift
from .core import read_thrift
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def fix_exts(sources):

setup(
name='fastparquet',
version='0.3.2',
version='0.3.3',
description='Python support for Parquet file format',
author='Martin Durant',
author_email='mdurant@continuum.io',
Expand Down

0 comments on commit 7f39f8a

Please sign in to comment.