Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion blocks/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = """Bradley Axen"""
__email__ = "baxen@squareup.com"
__version__ = "0.9.4"
__version__ = "0.9.5"


from blocks.core import (
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"pandas",
"fsspec>=2021.7.0",
"gcsfs>=2021.7.0",
"s3fs",
"s3fs>=2021.7.0",
"pyarrow",
"fastavro",
"wrapt",
Expand All @@ -25,7 +25,7 @@

setup(
name="sq-blocks",
version="0.9.4",
version="0.9.5",
description=(
"Blocks provides a simple interface to read, organize, and manipulate structured data"
" in files on local and cloud storage"
Expand Down