Skip to content

Commit

Permalink
bump version 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mrocklin committed Aug 18, 2016
1 parent 0e23487 commit f6656fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion s3fs/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .core import S3FileSystem, S3File
from .mapping import S3Map

__version__ = '0.0.6'
__version__ = '0.0.7'
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='s3fs',
version='0.0.6',
version='0.0.7',
description='Convenient Filesystem interface over S3',
url='http://github.com/dask/s3fs/',
maintainer='Martin Durant',
Expand Down

0 comments on commit f6656fb

Please sign in to comment.