Skip to content

Commit

Permalink
v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Durant committed Sep 24, 2017
1 parent 55e61cc commit 9cd3212
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gcsfs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
from .dask_link import register as register_dask
from .mapping import GCSMap

__version__ = "0.0.2"
__version__ = "0.0.3"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup

setup(name='gcsfs',
version='0.0.2',
version='0.0.3',
description='Convenient Filesystem interface over GCS',
url='https://github.com/dask/gcsfs',
maintainer='Martin Durant',
Expand Down

0 comments on commit 9cd3212

Please sign in to comment.